Skip to main content

dr_raw_mem_free

Function dr_raw_mem_free 

Source
pub unsafe extern "C" fn dr_raw_mem_free(
    addr: *mut c_void,
    size: usize,
) -> bool_
Expand description

Frees memory allocated by dr_raw_mem_alloc(). \p addr and \p size must be the same as that passed to dr_raw_mem_alloc() on Windows.