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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd_shared.inc26 ALWAYS_INLINE ScudoTSD* getCurrentTSD() {
37 if (LIKELY(getCurrentTSD()))
45 ScudoTSD *TSD = getCurrentTSD();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h57 if (LIKELY(getCurrentTSD()))
63 TSD<Allocator> *TSD = getCurrentTSD();
98 ALWAYS_INLINE TSD<Allocator> *getCurrentTSD() { function in struct:scudo::TSDRegistrySharedT

Completed in 52 milliseconds