Lines Matching defs:AllocatedUserEnd
1153 const uptr AllocatedUserEnd =
1166 markFreeBlocks(Region, BlockSize, AllocatedUserEnd,
1201 const uptr AllocatedUserEnd =
1234 collectGroupsToRelease(Region, BlockSize, AllocatedUserEnd,
1252 markFreeBlocks(Region, BlockSize, AllocatedUserEnd,
1348 const uptr AllocatedUserEnd, const uptr CompactPtrBase)
1380 DCHECK_GE(AllocatedUserEnd, BatchGroupBase);
1403 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd
1405 : AllocatedUserEnd - BatchGroupBase;
1514 const uptr AllocatedUserEnd, const uptr CompactPtrBase,
1528 AllocatedUserEnd);
1548 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd
1550 : AllocatedUserEnd - BatchGroupBase;
1553 BatchGroupUsedEnd == AllocatedUserEnd;