Lines Matching refs:TSD
237 void commitBack(TSD<ThisT> *TSD) { in commitBack() argument
238 Quarantine.drain(&TSD->QuarantineCache, in commitBack()
239 QuarantineCallback(*this, TSD->Cache)); in commitBack()
240 TSD->Cache.destroy(&Stats); in commitBack()
350 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); variable
351 Block = TSD->Cache.allocate(ClassId);
358 Block = TSD->Cache.allocate(++ClassId);
363 TSD->unlock();
1112 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
1113 TSD->Cache.deallocate(ClassId, BlockBegin); in quarantineOrDeallocateChunk()
1115 TSD->unlock(); in quarantineOrDeallocateChunk()
1124 auto *TSD = TSDRegistry.getTSDAndLock(&UnlockRequired); in quarantineOrDeallocateChunk() local
1125 Quarantine.put(&TSD->QuarantineCache, in quarantineOrDeallocateChunk()
1126 QuarantineCallback(*this, TSD->Cache), Ptr, Size); in quarantineOrDeallocateChunk()
1128 TSD->unlock(); in quarantineOrDeallocateChunk()