25 releases
Uses new Rust 2024
| 0.6.13 | Dec 15, 2025 |
|---|---|
| 0.6.11 | Sep 19, 2025 |
| 0.6.10 | Jun 28, 2025 |
| 0.6.9 | Aug 11, 2024 |
| 0.4.2 | Jun 14, 2019 |
#217 in Memory management
510 downloads per month
1.5MB
37K
SLoC
Contains (obscure autoconf code, 45KB) vendor/bdwgc/configure.ac, (obscure autoconf code, 9KB) vendor/libatomic_ops/configure.ac
bdwgc-rust
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