Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h128 uptr BatchClassUsedInFreeLists = 0; in verifyAllBlocksAreReleasedTestOnly() local
138 BatchClassUsedInFreeLists += BG.Batches.size() + 1; in verifyAllBlocksAreReleasedTestOnly()
163 DCHECK_EQ(TotalBlocks + BatchClassUsedInFreeLists, in verifyAllBlocksAreReleasedTestOnly()
167 DCHECK_EQ(BlocksInUse, BatchClassUsedInFreeLists); in verifyAllBlocksAreReleasedTestOnly()
H A Dprimary64.h172 uptr BatchClassUsedInFreeLists = 0; in verifyAllBlocksAreReleasedTestOnly() local
184 BatchClassUsedInFreeLists += BG.Batches.size() + 1; in verifyAllBlocksAreReleasedTestOnly()
209 DCHECK_EQ(TotalBlocks + BatchClassUsedInFreeLists, in verifyAllBlocksAreReleasedTestOnly()
215 DCHECK_EQ(BlocksInUse, BatchClassUsedInFreeLists); in verifyAllBlocksAreReleasedTestOnly()