Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h142 DCHECK_EQ(Sci->FreeListInfo.PushedBlocks, Sci->FreeListInfo.PoppedBlocks); in verifyAllBlocksAreReleasedTestOnly()
163 Sci->FreeListInfo.PoppedBlocks - Sci->FreeListInfo.PushedBlocks; in verifyAllBlocksAreReleasedTestOnly()
318 uptr PoppedBlocks = 0; in getStats() local
324 PoppedBlocks += Sci->FreeListInfo.PoppedBlocks; in getStats()
329 TotalMapped >> 20, PoppedBlocks, PoppedBlocks - PushedBlocks); in getStats()
408 uptr PoppedBlocks = 0; member
752 Sci->FreeListInfo.PoppedBlocks += 1; in popBatchImpl()
774 Sci->FreeListInfo.PoppedBlocks += B->getCount(); in popBatchImpl()
876 Sci->FreeListInfo.PoppedBlocks - Sci->FreeListInfo.PushedBlocks; in getStats()
917 Sci->FreeListInfo.PoppedBlocks - Sci->FreeListInfo.PushedBlocks; in getSizeClassFragmentationInfo()
[all …]
H A Dprimary64.h197 Region->FreeListInfo.PoppedBlocks); in verifyAllBlocksAreReleasedTestOnly()
217 DCHECK_GE(Region->FreeListInfo.PoppedBlocks, in verifyAllBlocksAreReleasedTestOnly()
378 uptr PoppedBlocks = 0; in getStats() local
388 PoppedBlocks += Region->FreeListInfo.PoppedBlocks; in getStats()
394 TotalMapped >> 20, 0U, PoppedBlocks, in getStats()
395 PoppedBlocks - PushedBlocks); in getStats()
548 uptr PoppedBlocks = 0; member
951 Region->FreeListInfo.PoppedBlocks += 1; in popBatchImpl()
973 Region->FreeListInfo.PoppedBlocks += B->getCount(); in popBatchImpl()
1156 (Region->FreeListInfo.PoppedBlocks -
[all …]