Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h531 BG->BytesInBGAtLastCheckpoint = 0; in pushBatchClassBlocks()
622 BG->BytesInBGAtLastCheckpoint = 0;
1108 if (BytesInBG <= BG.BytesInBGAtLastCheckpoint) { in markFreeBlocks()
1109 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()
1113 const uptr PushedBytesDelta = BytesInBG - BG.BytesInBGAtLastCheckpoint; in markFreeBlocks()
1128 BG.BytesInBGAtLastCheckpoint = BytesInBG; in markFreeBlocks()
H A Dprimary64.h684 BG->BytesInBGAtLastCheckpoint = 0; in pushBatchClassBlocks()
774 BG->BytesInBGAtLastCheckpoint = 0;
1388 if (BytesInBG <= BG->BytesInBGAtLastCheckpoint) { in collectGroupsToRelease()
1389 BG->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()
1395 const uptr PushedBytesDelta = BytesInBG - BG->BytesInBGAtLastCheckpoint; in collectGroupsToRelease()
1490 Cur->BytesInBGAtLastCheckpoint = BytesInBG; in collectGroupsToRelease()
1639 BG->BytesInBGAtLastCheckpoint = Cur->BytesInBGAtLastCheckpoint; in mergeGroupsToReleaseBack()
H A Dallocator_common.h85 uptr BytesInBGAtLastCheckpoint; member
H A Dlocal_cache.h85 uptr BytesInBGAtLastCheckpoint; global() member