reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  218 QuarantineCacheT *getQuarantineCache(ScudoTSD *TSD) {
  347       ScudoTSD *TSD = getTSDAndLock(&UnlockRequired);
  413         ScudoTSD *TSD = getTSDAndLock(&UnlockRequired);
  432       ScudoTSD *TSD = getTSDAndLock(&UnlockRequired);
  569   void commitBack(ScudoTSD *TSD) {
projects/compiler-rt/lib/scudo/scudo_tsd_exclusive.cpp
   25 THREADLOCAL ScudoTSD TSD;
   29 ScudoTSD FallbackTSD;
projects/compiler-rt/lib/scudo/scudo_tsd_exclusive.inc
   27 extern THREADLOCAL ScudoTSD TSD;
   29 extern ScudoTSD FallbackTSD;
   37 ALWAYS_INLINE ScudoTSD *getTSDAndLock(bool *UnlockRequired) {