19 releases
0.6.7 | Sep 28, 2023 |
---|---|
0.6.6 | Jul 17, 2023 |
0.6.5 | May 21, 2023 |
0.6.3 | Dec 21, 2022 |
0.4.2 | Jun 14, 2019 |
#190 in Memory management
83 downloads per month
1.5MB
35K
SLoC
bdwgc-alloc
GlobalAlloc
implementation for bdwgc
, the conservative garbage collector.
This crate is for use cases in which developers need to integrate bdwgc
into their programs written in Rust (e.g. writing a runtime library in Rust for their own programming language whose GC is done by bdwgc
.)
Usage
See examples
directory.
By default bdwgc
is built with autotools. To build with cmake, enable the cmake
feature:
cargo build --no-default-features --features cmake