Home
last modified time | relevance | path

Searched refs:BytesInBGAtLastCheckpoint (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_common.h78 uptr BytesInBGAtLastCheckpoint; member
H A Dprimary64.h675 BG->BytesInBGAtLastCheckpoint = 0; in pushBatchClassBlocks()
765 BG->BytesInBGAtLastCheckpoint = 0;
1335 if (BytesInBG <= BG->BytesInBGAtLastCheckpoint) { in collectGroupsToRelease()
1336 BG->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()
1342 const uptr PushedBytesDelta = BG->BytesInBGAtLastCheckpoint - BytesInBG; in collectGroupsToRelease()
1437 Cur->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()
1586 BG->BytesInBGAtLastCheckpoint = Cur->BytesInBGAtLastCheckpoint; in mergeGroupsToReleaseBack()
H A Dprimary32.h545 BG->BytesInBGAtLastCheckpoint = 0; in pushBatchClassBlocks()
636 BG->BytesInBGAtLastCheckpoint = 0;
1101 if (BytesInBG <= BG.BytesInBGAtLastCheckpoint) { in markFreeBlocks()
1102 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()
1106 const uptr PushedBytesDelta = BytesInBG - BG.BytesInBGAtLastCheckpoint; in markFreeBlocks()
1121 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()