libmimalloc_sys

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