[][src]Function libmimalloc_sys::mi_usable_size

pub unsafe extern "C" fn mi_usable_size(p: *const c_void) -> usize

Return the available bytes in a memory block.

The returned size can be used to call mi_expand successfully.