Home
last modified time | relevance | path

Searched refs:getQuarantineCache (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp219 QuarantineCacheT *getQuarantineCache(ScudoTSD *TSD) { in getQuarantineCache() function
437 Quarantine.Put(getQuarantineCache(TSD), QuarantineCallback(&TSD->Cache), in quarantineOrDeallocateChunk()
574 Quarantine.Drain(getQuarantineCache(TSD), QuarantineCallback(&TSD->Cache)); in commitBack()