Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1324 const uptr BatchGroupBase = in collectGroupsToRelease() local
1326 DCHECK_LE(Region->RegionBeg, BatchGroupBase); in collectGroupsToRelease()
1327 DCHECK_GE(AllocatedUserEnd, BatchGroupBase); in collectGroupsToRelease()
1328 DCHECK_EQ((Region->RegionBeg - BatchGroupBase) % GroupSize, 0U); in collectGroupsToRelease()
1349 const uptr BatchGroupEnd = BatchGroupBase + GroupSize; in collectGroupsToRelease()
1352 : AllocatedUserEnd - BatchGroupBase; in collectGroupsToRelease()
1492 const uptr BatchGroupBase = in markFreeBlocks() local
1494 const uptr BatchGroupEnd = BatchGroupBase + GroupSize; in markFreeBlocks()
1497 : AllocatedUserEnd - BatchGroupBase; in markFreeBlocks()
1498 const uptr BatchGroupUsedEnd = BatchGroupBase + AllocatedGroupSize; in markFreeBlocks()
[all …]