Skip to main content

GC_get_bytes_since_gc

Function GC_get_bytes_since_gc 

Source
pub unsafe extern "C" fn GC_get_bytes_since_gc() -> usize
Expand description

Return the number of bytes allocated since the last collection. This is an unsynchronized getter (see GC_get_heap_size comment regarding thread-safety).