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.
pub unsafe extern "C" fn mi_cfree(p: *mut c_void)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.