Skip to main content

GC_get_free_bytes

Function GC_get_free_bytes 

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

Return a lower bound on the number of free bytes in the heap (excluding the unmapped memory space). This is an unsynchronized getter (see GC_get_heap_size comment regarding thread-safety).