Searched defs:TSD (Results 1 – 8 of 8) sorted by relevance
27 template <class Allocator> struct alignas(SCUDO_CACHE_LINE_SIZE) TSD { struct 28 using ThisT = TSD<Allocator>; argument 58 // As the comments attached to `getCache()`, the TSD doesn't always need to be argument 68 // current architecture of accessing TSD is not easy to cooperate with the argument 29 DestructorIterationsTSD global() argument 31 initTSD init() argument 90 PrecedenceTSD global() argument
248 commitBack(TSD<ThisT> * TSD) commitBack() argument 255 drainCache(TSD<ThisT> * TSD) drainCache() argument 368 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); global() variable 1147 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); quarantineOrDeallocateChunk() local 1167 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); quarantineOrDeallocateChunk() local [all...]
77 TSD<Allocator> *TSD = getCurrentTSD(); getTSDAndLock() local [all...]
320 if (auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD)) { in reportRecord() local
187 const auto *TSD = dyn_cast<ClassTemplateSpecializationDecl>(RD); in getInnerPointerType() local
49 if (auto *TSD = llvm::dyn_cast<TopLevelStmtDecl>(D); in HandleTopLevelDecl() local
339 auto &TSD = ThreadStacks[E.TId]; in profileFromTrace() local
5319 UINT32 TSD:1; ///< Time Stamp Disable. member