Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h57 static const uptr RegionSizeLog = 32U; member
64 static const uptr RegionSizeLog = 19U; member
102 static const uptr RegionSizeLog = 28U; member
109 static const uptr RegionSizeLog = 18U; member
147 static const uptr RegionSizeLog = 28U; member
151 static const uptr RegionSizeLog = 30U; member
176 static const uptr RegionSizeLog = 28U; member
H A Dallocator_config.def62 PRIMARY_REQUIRED(const uptr, RegionSizeLog)
67 // smaller or equal to `RegionSizeLog`. Note that `GroupSizeLog` needs to be
68 // equal to `RegionSizeLog` for SizeClassAllocator32 because of certain
H A Dprimary64.h54 static const uptr RegionSizeLog = Config::getRegionSizeLog();
56 static_assert(RegionSizeLog >= GroupSizeLog,
137 PrimaryBase + (I << RegionSizeLog), RegionSize); in init()
290 if (GroupSizeLog < RegionSizeLog) { in pushBlocks()
512 static const uptr RegionSize = 1UL << RegionSizeLog;