bdwgc-alloc icon indicating copy to clipboard operation
bdwgc-alloc copied to clipboard

impl GlobalAlloc for Boehm GC

Results 4 bdwgc-alloc issues
Sort by recently updated
recently updated
newest added

This reverts commit a318362d254ea9fa3f8e431f6f82d7b2a2f2f3ed. Close https://github.com/raviqqe/bdwgc-alloc/issues/282. How can we pass `-D` options properly via https://github.com/lu-zero/autotools-rs?

I tried using this in my VM. I used this example and got memory corruption. ```rust extern crate bdwgc_alloc; use bdwgc_alloc::Allocator; use std::alloc::Layout; #[global_allocator] static GLOBAL_ALLOCATOR: Allocator = Allocator; fn...

bug

Hello @raviqqe, Let's move this project to https://github.com/bdwgc organization! A number of actions should be taken after transfer (like update of external links), so this issue is a convenient place...

# Problem - Auto-build of the API documentation on https://crates.io/crates/bdwgc-alloc does not work because we have the custom build process defined in `build.rs`.

enhancement