Function libmimalloc_sys::mi_cfree
source · pub unsafe extern "C" fn mi_cfree(p: *mut c_void)
Expand description
Checked free: If p
came from mimalloc’s heap (as decided by
mi_is_in_heap_region
), this is mi_free(p)
, but
otherwise it is a no-op.