Function snmalloc_sys::sn_free

source ·
pub unsafe extern "C" fn sn_free(p: *mut c_void)
Expand description

Free previously allocated memory. The pointer p must have been allocated before (or be null).