Searched refs:PoppedBlocks (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary32.h | 145 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 D | primary64.h | 191 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 …]
|