Skip to main content

dr_nonheap_free

Function dr_nonheap_free 

Source
pub unsafe extern "C" fn dr_nonheap_free(
    mem: *mut c_void,
    size: usize,
)
Expand description

Frees memory allocated by dr_nonheap_alloc(). \p size must be the same as that passed to dr_nonheap_alloc().