Skip to main content

dr_thread_free

Function dr_thread_free 

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

Frees thread-specific memory allocated by dr_thread_alloc(). \p size must be the same as that passed to dr_thread_alloc().