Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h138 Region->RegionBeg = (PrimaryBase + (I << RegionSizeLog)) + in init()
368 const uptr From = Region->RegionBeg; in iterateOverBlocks()
461 return getRegionInfo(ClassId)->RegionBeg; in getCompactPtrBaseByClassId()
485 uptr Begin = RegionInfoArray[I].RegionBeg; in findNearestBlock()
513 B.RegionBegin = RegionInfoArray[ClassId].RegionBeg; in findNearestBlock()
567 uptr RegionBeg = 0; member
985 const uptr RegionBeg = Region->RegionBeg; in populateFreeListAndPopBatch() local
1024 uptr P = RegionBeg + Region->MemMapInfo.AllocatedUser; in populateFreeListAndPopBatch()
1093 RegionPushedBytesDelta >> 10, Region->RegionBeg, in getStats()
1326 DCHECK_LE(Region->RegionBeg, BatchGroupBase); in collectGroupsToRelease()
[all …]