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