Home
last modified time | relevance | path

Searched refs:AllocatedUserEnd (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1100 const uptr AllocatedUserEnd = in getRegionFragmentationInfo() local
1113 markFreeBlocks(Region, BlockSize, AllocatedUserEnd, in getRegionFragmentationInfo()
1148 const uptr AllocatedUserEnd = variable
1181 collectGroupsToRelease(Region, BlockSize, AllocatedUserEnd,
1199 markFreeBlocks(Region, BlockSize, AllocatedUserEnd,
1327 DCHECK_GE(AllocatedUserEnd, BatchGroupBase); in collectGroupsToRelease()
1350 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in collectGroupsToRelease()
1461 const uptr AllocatedUserEnd, const uptr CompactPtrBase, in markFreeBlocks() argument
1475 AllocatedUserEnd); in markFreeBlocks()
1495 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in markFreeBlocks()
[all …]