Searched refs:BatchGroupBase (Results 1 – 1 of 1) sorted by relevance
1324 const uptr BatchGroupBase = in collectGroupsToRelease() local1326 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() local1494 const uptr BatchGroupEnd = BatchGroupBase + GroupSize; in markFreeBlocks()1497 : AllocatedUserEnd - BatchGroupBase; in markFreeBlocks()1498 const uptr BatchGroupUsedEnd = BatchGroupBase + AllocatedGroupSize; in markFreeBlocks()[all …]