Crates.io | bdwgc-alloc |
lib.rs | bdwgc-alloc |
version | 0.6.9 |
source | src |
created_at | 2019-04-15 15:13:07.068014 |
updated_at | 2024-08-11 11:59:35.750412 |
description | impl GlobalAlloc for bdwgc |
homepage | |
repository | https://github.com/raviqqe/bdwgc-alloc |
max_upload_size | |
id | 128121 |
size | 4,403,782 |
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
.)
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