Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1153 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,
1380 DCHECK_GE(AllocatedUserEnd, BatchGroupBase); in collectGroupsToRelease()
1403 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in collectGroupsToRelease()
1514 const uptr AllocatedUserEnd, const uptr CompactPtrBase, in markFreeBlocks() argument
1528 AllocatedUserEnd); in markFreeBlocks()
1548 const uptr AllocatedGroupSize = AllocatedUserEnd >= BatchGroupEnd in markFreeBlocks()
[all …]