Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h231 bool ReportRegionExhausted = false; in popBlocks() local
235 ReportRegionExhausted); in popBlocks()
254 ReportRegionExhausted = !RegionIsExhausted && Region->Exhausted; in popBlocks()
259 if (UNLIKELY(ReportRegionExhausted)) { in popBlocks()
869 bool &ReportRegionExhausted) { in popBlocksWithCV() argument
894 ReportRegionExhausted = !RegionIsExhausted && Region->Exhausted; in popBlocksWithCV()