Lines Matching defs:AllocatedUserEnd
1161 const uptr AllocatedUserEnd =
1174 markFreeBlocks(Region, BlockSize, AllocatedUserEnd,
1208 const uptr AllocatedUserEnd =
1224 markFreeBlocks(Region, BlockSize, AllocatedUserEnd,
1253 const uptr AllocatedUserEnd =
1293 collectGroupsToRelease(Region, BlockSize, AllocatedUserEnd,
1315 markFreeBlocks(Region, BlockSize, AllocatedUserEnd,
1451 const uptr AllocatedUserEnd, const uptr CompactPtrBase)
1483 DCHECK_GE(AllocatedUserEnd, BatchGroupBase);
1511 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd
1513 : AllocatedUserEnd - BatchGroupBase;
1622 const uptr AllocatedUserEnd, const uptr CompactPtrBase,
1636 AllocatedUserEnd);
1656 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd
1658 : AllocatedUserEnd - BatchGroupBase;
1661 BatchGroupUsedEnd == AllocatedUserEnd;