Function libmimalloc_sys::mi_free
source ยท pub unsafe extern "C" fn mi_free(p: *mut c_void)
Expand description
Free previously allocated memory.
The pointer p
must have been allocated before (or be null).
pub unsafe extern "C" fn mi_free(p: *mut c_void)
Free previously allocated memory.
The pointer p
must have been allocated before (or be null).