Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h885 uptr PushedBytesDelta = 0; in getStats() local
887 PushedBytesDelta = in getStats()
898 PushedBytesDelta >> 10); in getStats()
1038 const uptr PushedBytesDelta = in hasChanceToReleasePages() local
1040 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() local
1114 if (PushedBytesDelta < PageSize) in markFreeBlocks()
H A Dprimary64.h1395 const uptr PushedBytesDelta = BytesInBG - BG->BytesInBGAtLastCheckpoint; in collectGroupsToRelease() local
1416 : PushedBytesDelta >= PageSize * SmallerBlockReleasePageDelta; in collectGroupsToRelease()
1431 ReleaseThreshold - BytesInBG + PushedBytesDelta); in collectGroupsToRelease()