Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h132 uptr TotalOverheadBytes = 0; in getStats() local
138 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize(); in getStats()
147 const uptr TotalQuarantinedBytes = TotalBytes - TotalOverheadBytes; in getStats()
151 : TotalOverheadBytes * 100 / TotalQuarantinedBytes; in getStats()