Link GlobalAlloc trait

This commit is contained in:
Yota Toyama
2019-04-14 06:26:52 +00:00
parent e5543871d8
commit d9cabba113

View File

@@ -3,7 +3,7 @@
[![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/bdwgc-rs/master.svg?style=flat-square)](https://circleci.com/gh/raviqqe/bdwgc-rs) [![Circle CI](https://img.shields.io/circleci/project/github/raviqqe/bdwgc-rs/master.svg?style=flat-square)](https://circleci.com/gh/raviqqe/bdwgc-rs)
[![License](https://img.shields.io/github/license/raviqqe/bdwgc-rs.svg?style=flat-square)](LICENSE) [![License](https://img.shields.io/github/license/raviqqe/bdwgc-rs.svg?style=flat-square)](LICENSE)
`GlobalAlloc` implementation for [bdwgc](//github.com/ivmai/bdwgc), the conservative garbage collector. [`GlobalAlloc`](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) implementation for [bdwgc](https://github.com/ivmai/bdwgc), the conservative garbage collector.
## Usage ## Usage