Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h67 static const uptr PrimaryRegionSizeLog = 32U; member
74 static const uptr PrimaryRegionSizeLog = 19U; member
96 static const uptr PrimaryRegionSizeLog = 28U; member
103 static const uptr PrimaryRegionSizeLog = 18U; member
127 static const uptr PrimaryRegionSizeLog = 27U; member
134 static const uptr PrimaryRegionSizeLog = 16U; member
158 static const uptr PrimaryRegionSizeLog = 30U; member
177 static const uptr PrimaryRegionSizeLog = 10U; member
H A Dprimary32.h49 static_assert((1UL << Config::PrimaryRegionSizeLog) >= SizeClassMap::MaxSize,
239 static const uptr RegionSize = 1UL << Config::PrimaryRegionSizeLog;
241 SCUDO_MMAP_RANGE_SIZE >> Config::PrimaryRegionSizeLog;
274 const uptr Id = Mem >> Config::PrimaryRegionSizeLog; in computeRegionId()
H A Dprimary64.h271 static const uptr RegionSize = 1UL << Config::PrimaryRegionSizeLog;
320 return PrimaryBase + (ClassId << Config::PrimaryRegionSizeLog); in getRegionBaseByClassId()