Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h1091 const uptr GroupBase = decompactGroupBase(BG.CompactPtrGroupBase); in markFreeBlocks() local
1095 uptr AllocatedGroupSize = GroupBase == CurGroupBase in markFreeBlocks()
1131 const uptr RegionIndex = (GroupBase - Base) / RegionSize; in markFreeBlocks()
1138 const uptr To = GroupBase + AllocatedGroupSize; in markFreeBlocks()
1139 Context.markRangeAsAllCounted(GroupBase, To, GroupBase, RegionIndex, in markFreeBlocks()
1147 Context.markFreeBlocksInRegion(BG.Batches, DecompactPtr, GroupBase, in markFreeBlocks()