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.