Skip to main content

dr_raw_tls_cfree

Function dr_raw_tls_cfree 

Source
pub unsafe extern "C" fn dr_raw_tls_cfree(
    offset: uint,
    num_slots: uint,
) -> bool_
Expand description

Frees \p num_slots raw thread-local storage slots starting at offset \p offset that were allocated with dr_raw_tls_calloc(). Returns whether or not the slots were successfully freed.