Searched refs:PoppedBlocks (Results 1 – 2 of 2) sorted by relevance
142 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() local324 PoppedBlocks += Sci->FreeListInfo.PoppedBlocks; in getStats()329 TotalMapped >> 20, PoppedBlocks, PoppedBlocks - PushedBlocks); in getStats()408 uptr PoppedBlocks = 0; member752 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 …]
197 Region->FreeListInfo.PoppedBlocks); in verifyAllBlocksAreReleasedTestOnly()217 DCHECK_GE(Region->FreeListInfo.PoppedBlocks, in verifyAllBlocksAreReleasedTestOnly()378 uptr PoppedBlocks = 0; in getStats() local388 PoppedBlocks += Region->FreeListInfo.PoppedBlocks; in getStats()394 TotalMapped >> 20, 0U, PoppedBlocks, in getStats()395 PoppedBlocks - PushedBlocks); in getStats()548 uptr PoppedBlocks = 0; member951 Region->FreeListInfo.PoppedBlocks += 1; in popBatchImpl()973 Region->FreeListInfo.PoppedBlocks += B->getCount(); in popBatchImpl()1156 (Region->FreeListInfo.PoppedBlocks -[all …]