Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h142 shuffle(RegionInfoArray, NumClasses, &Seed); in init()
436 return reinterpret_cast<const char *>(RegionInfoArray); in getRegionInfoArrayAddress()
439 static uptr getRegionInfoArraySize() { return sizeof(RegionInfoArray); } in getRegionInfoArraySize()
458 const RegionInfo *RegionInfoArray = in findNearestBlock() local
466 uptr Begin = RegionInfoArray[I].RegionBeg; in findNearestBlock()
473 uptr End = Begin + RegionInfoArray[I].MemMapInfo.AllocatedUser; in findNearestBlock()
494 B.RegionBegin = RegionInfoArray[ClassId].RegionBeg; in findNearestBlock()
496 B.RegionBegin + RegionInfoArray[ClassId].MemMapInfo.AllocatedUser; in findNearestBlock()
565 return &RegionInfoArray[ClassId]; in getRegionInfo()
1732 alignas(SCUDO_CACHE_LINE_SIZE) RegionInfo RegionInfoArray[NumClasses]; variable