Skip to main content

GC_get_total_bytes

Function GC_get_total_bytes 

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

Return the total number of bytes allocated in this process. Never decreases, except due to wrapping. This is an unsynchronized getter (see GC_get_heap_size comment regarding thread-safety).