Lines Matching refs:TSD
230 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument
231 Quarantine.drain(&TSD->QuarantineCache, in commitBack()
232 QuarantineCallback(*this, TSD->Cache)); in commitBack()
233 TSD->Cache.destroy(&Stats); in commitBack()
321 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable
322 Block = TSD->Cache.allocate(ClassId);
329 Block = TSD->Cache.allocate(++ClassId);
337 TSD->unlock();
1065 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
1066 TSD->Cache.deallocate(ClassId, BlockBegin); in quarantineOrDeallocateChunk()
1068 TSD->unlock(); in quarantineOrDeallocateChunk()
1076 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
1077 Quarantine.put(&TSD->QuarantineCache, in quarantineOrDeallocateChunk()
1078 QuarantineCallback(*this, TSD->Cache), Ptr, Size); in quarantineOrDeallocateChunk()
1080 TSD->unlock(); in quarantineOrDeallocateChunk()