Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h249 const bool RegionIsExhausted = Region->Exhausted; in popBlocks() local
250 if (!RegionIsExhausted) { in popBlocks()
254 ReportRegionExhausted = !RegionIsExhausted && Region->Exhausted; in popBlocks()
889 const bool RegionIsExhausted = Region->Exhausted; in popBlocksWithCV() local
890 if (!RegionIsExhausted) { in popBlocksWithCV()
894 ReportRegionExhausted = !RegionIsExhausted && Region->Exhausted; in popBlocksWithCV()