mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-06-13 09:00:16 -06:00
16 lines
705 B
Markdown
16 lines
705 B
Markdown
# bdwgc-alloc
|
|
|
|
[](https://circleci.com/gh/raviqqe/bdwgc-alloc)
|
|
[](https://crates.io/crates/bdwgc-alloc)
|
|
[](LICENSE)
|
|
|
|
[`GlobalAlloc`](https://doc.rust-lang.org/std/alloc/trait.GlobalAlloc.html) implementation for [bdwgc](https://github.com/ivmai/bdwgc), the conservative garbage collector. This crate supports only Unix-like operating systems currently.
|
|
|
|
## Usage
|
|
|
|
See [`examples`](examples) directory.
|
|
|
|
## License
|
|
|
|
[MIT](LICENSE)
|