Skip to main content

__wrap_free

Function __wrap_free 

Source
pub unsafe extern "C" fn __wrap_free(mem: *mut c_void)
Expand description

Frees memory from DR’s global memory pool. Memory must have been allocated with __wrap_malloc(). The __wrap routines are intended to be used with ld’s -wrap option; see __wrap_malloc() for more information.