mi_cfree

Function 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.