Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h131 uptr TotalOverheadBytes = 0; in getStats() local
137 TotalOverheadBytes += Batch.Size - Batch.getQuarantinedSize(); in getStats()
146 const uptr TotalQuarantinedBytes = TotalBytes - TotalOverheadBytes; in getStats()
150 : TotalOverheadBytes * 100 / TotalQuarantinedBytes; in getStats()