Function boehm_gc::gc_allocate [] [src]

pub fn gc_allocate(size: usize) -> *mut u8

Allocates size bytes on the managed heap and returns a pointer to the newly-allocated memory. This memory is tracked by the garbage collector and will be freed automatically when it is no longer reachable.