Searched refs:AllocatedUserEnd (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary64.h | 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 [all …]
|