Searched refs:PrimaryRegionSizeLog (Results 1 – 3 of 3) sorted by relevance
67 static const uptr PrimaryRegionSizeLog = 32U; member74 static const uptr PrimaryRegionSizeLog = 19U; member96 static const uptr PrimaryRegionSizeLog = 28U; member103 static const uptr PrimaryRegionSizeLog = 18U; member127 static const uptr PrimaryRegionSizeLog = 27U; member134 static const uptr PrimaryRegionSizeLog = 16U; member158 static const uptr PrimaryRegionSizeLog = 30U; member177 static const uptr PrimaryRegionSizeLog = 10U; member
49 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()
271 static const uptr RegionSize = 1UL << Config::PrimaryRegionSizeLog;320 return PrimaryBase + (ClassId << Config::PrimaryRegionSizeLog); in getRegionBaseByClassId()