21 releases
0.6.9 | Aug 11, 2024 |
---|---|
0.6.8 | Jan 11, 2024 |
0.6.7 | Sep 28, 2023 |
0.6.6 | Jul 17, 2023 |
0.4.2 | Jun 14, 2019 |
#363 in Memory management
519 downloads per month
1.5MB
36K
SLoC
Contains (obscure autoconf code, 46KB) vendor/bdwgc/configure.ac, (obscure autoconf code, 9KB) vendor/libatomic_ops/configure.ac
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