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