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

/freebsd-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h56 if (LIKELY(getCurrentTSD()))
62 TSD<Allocator> *TSD = getCurrentTSD();
97 ALWAYS_INLINE TSD<Allocator> *getCurrentTSD() { function in struct:scudo::TSDRegistrySharedT

Completed in 96 milliseconds