Searched refs:DTLS_Deallocate (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cc46 static inline void DTLS_Deallocate(DTLS::DTV *dtv, uptr size) { function in namespace:__sanitizer
48 VPrintf(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", dtv, size);
70 DTLS_Deallocate(old_dtv, old_dtv_size);
78 DTLS_Deallocate(dtls.dtv, s);

Completed in 78 milliseconds