Searched refs:PushedBytesDelta (Results 1 – 2 of 2) sorted by relevance
885 uptr PushedBytesDelta = 0; in getStats() local887 PushedBytesDelta = in getStats()898 PushedBytesDelta >> 10); in getStats()1038 const uptr PushedBytesDelta = in hasChanceToReleasePages() local1040 if (PushedBytesDelta < PageSize) in hasChanceToReleasePages()1047 if (PushedBytesDelta < Sci->AllocatedUser / 16U) in hasChanceToReleasePages()1060 isLargeBlock(BlockSize) && PushedBytesDelta > 8 * PageSize; in hasChanceToReleasePages()1113 const uptr PushedBytesDelta = BytesInBG - BG.BytesInBGAtLastCheckpoint; in markFreeBlocks() local1114 if (PushedBytesDelta < PageSize) in markFreeBlocks()
1395 const uptr PushedBytesDelta = BytesInBG - BG->BytesInBGAtLastCheckpoint; in collectGroupsToRelease() local1416 : PushedBytesDelta >= PageSize * SmallerBlockReleasePageDelta; in collectGroupsToRelease()1431 ReleaseThreshold - BytesInBG + PushedBytesDelta); in collectGroupsToRelease()