Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h35 uptr getQuarantinedSize() const { return Size - sizeof(QuarantineBatch); } in getQuarantinedSize() function
54 Size += From->getQuarantinedSize(); in merge()
138 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize(); in getStats()