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