pub unsafe extern "C" fn mi_free_small(p: *mut c_void)Expand description
Free a small object. Only use to free objects from mi_malloc_small
or mi_zalloc_small. Potentially a tiny bit faster than mi_free.
pub unsafe extern "C" fn mi_free_small(p: *mut c_void)Free a small object. Only use to free objects from mi_malloc_small
or mi_zalloc_small. Potentially a tiny bit faster than mi_free.