pub unsafe extern "C" fn GC_get_total_bytes() -> usizeExpand 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).