Searched refs:BytesInBG (Results 1 – 2 of 2) sorted by relevance
1105 const uptr BytesInBG = NumBlocks * BlockSize; in markFreeBlocks() local1108 if (BytesInBG <= BG.BytesInBGAtLastCheckpoint) { in markFreeBlocks()1109 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()1113 const uptr PushedBytesDelta = BytesInBG - BG.BytesInBGAtLastCheckpoint; in markFreeBlocks()1120 if (isSmallBlock(BlockSize) && (BytesInBG * 100U) / AllocatedGroupSize < in markFreeBlocks()1128 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()
1386 const uptr BytesInBG = NumBlocks * BlockSize; in collectGroupsToRelease() local1388 if (BytesInBG <= BG->BytesInBGAtLastCheckpoint) { in collectGroupsToRelease()1389 BG->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()1395 const uptr PushedBytesDelta = BytesInBG - BG->BytesInBGAtLastCheckpoint; in collectGroupsToRelease()1408 const bool HighDensity = BytesInBG >= ReleaseThreshold; in collectGroupsToRelease()1419 DCHECK_LE(BytesInBG, ReleaseThreshold); in collectGroupsToRelease()1431 ReleaseThreshold - BytesInBG + PushedBytesDelta); in collectGroupsToRelease()1490 Cur->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()