Function libmimalloc_sys::mi_usable_size
source ยท pub unsafe extern "C" fn mi_usable_size(p: *const c_void) -> usize
Expand description
Return the available bytes in a memory block.
The returned size can be used to call mi_expand
successfully.