Lines Matching refs:RegionBeg

348       const uptr From = Region->RegionBeg;  in iterateOverBlocks()
442 return getRegionInfo(ClassId)->RegionBeg; in getCompactPtrBaseByClassId()
466 uptr Begin = RegionInfoArray[I].RegionBeg; in findNearestBlock()
494 B.RegionBegin = RegionInfoArray[ClassId].RegionBeg; in findNearestBlock()
547 uptr RegionBeg = 0; member
616 Region->RegionBeg = MemMap.getBase(); in initRegion()
618 Region->RegionBeg += in initRegion()
1037 const uptr RegionBeg = Region->RegionBeg; in populateFreeListAndPopBlocks() local
1046 const uptr RegionBase = RegionBeg - getRegionBaseByClassId(ClassId); in populateFreeListAndPopBlocks()
1053 RegionBeg + MappedUser, MapSize, "scudo:primary", in populateFreeListAndPopBlocks()
1076 uptr P = RegionBeg + Region->MemMapInfo.AllocatedUser; in populateFreeListAndPopBlocks()
1146 RegionPushedBytesDelta >> 10, Region->RegionBeg, in getStats()
1154 Region->MemMapInfo.AllocatedUser + Region->RegionBeg; in getRegionFragmentationInfo()
1202 Region->MemMapInfo.AllocatedUser + Region->RegionBeg;
1263 Region->RegionBeg,
1379 DCHECK_LE(Region->RegionBeg, BatchGroupBase); in collectGroupsToRelease()
1381 DCHECK_EQ((Region->RegionBeg - BatchGroupBase) % GroupSize, 0U); in collectGroupsToRelease()
1532 roundUpSlow(LastGroupEnd - Region->RegionBeg, BlockSize) + in markFreeBlocks()
1533 Region->RegionBeg; in markFreeBlocks()
1535 const uptr ReleaseOffset = ReleaseBase - Region->RegionBeg; in markFreeBlocks()
1555 (BatchGroupUsedEnd - Region->RegionBeg) % BlockSize == 0; in markFreeBlocks()
1573 Region->RegionBeg, /*RegionIndex=*/0, in markFreeBlocks()
1581 BG.Batches, DecompactPtr, Region->RegionBeg, /*RegionIndex=*/0, in markFreeBlocks()