Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h145 DCHECK_EQ(Sci->FreeListInfo.PushedBlocks, Sci->FreeListInfo.PoppedBlocks); in verifyAllBlocksAreReleasedTestOnly()
166 Sci->FreeListInfo.PoppedBlocks - Sci->FreeListInfo.PushedBlocks; in verifyAllBlocksAreReleasedTestOnly()
304 uptr PoppedBlocks = 0; in getStats() local
310 PoppedBlocks += Sci->FreeListInfo.PoppedBlocks; in getStats()
315 TotalMapped >> 20, PoppedBlocks, PoppedBlocks - PushedBlocks); in getStats()
394 uptr PoppedBlocks = 0; member
734 Sci->FreeListInfo.PoppedBlocks += 1; in popBlocksImpl()
781 Sci->FreeListInfo.PoppedBlocks += PopCount; in popBlocksImpl()
883 Sci->FreeListInfo.PoppedBlocks - Sci->FreeListInfo.PushedBlocks; in getStats()
895 Sci->FreeListInfo.PoppedBlocks, Sci->FreeListInfo.PushedBlocks, in getStats()
[all …]
H A Dprimary64.h191 Region->FreeListInfo.PoppedBlocks); in verifyAllBlocksAreReleasedTestOnly()
211 DCHECK_GE(Region->FreeListInfo.PoppedBlocks, in verifyAllBlocksAreReleasedTestOnly()
214 Region->FreeListInfo.PoppedBlocks - Region->FreeListInfo.PushedBlocks; in verifyAllBlocksAreReleasedTestOnly()
358 uptr PoppedBlocks = 0; in getStats() local
368 PoppedBlocks += Region->FreeListInfo.PoppedBlocks; in getStats()
375 TotalMapped >> 20, 0U, PoppedBlocks, in getStats()
376 PoppedBlocks - PushedBlocks, IntervalMs >= 0 ? IntervalMs : -1); in getStats()
528 uptr PoppedBlocks = 0; member
961 Region->FreeListInfo.PoppedBlocks += 1; in popBlocksImpl()
1008 Region->FreeListInfo.PoppedBlocks += PopCount; in popBlocksImpl()
[all …]