Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h141 const uptr QuarantineChunksCapacity = in getStats() local
144 (QuarantineChunksCapacity == 0) in getStats()
146 : TotalQuarantineChunks * 100 / QuarantineChunksCapacity; in getStats()
156 QuarantineChunksCapacity, ChunksUsagePercent, MemoryOverheadPercent); in getStats()