Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h127 static const uptr RegionSizeLog = 32U; member
134 static const uptr RegionSizeLog = 19U; member
172 static const uptr RegionSizeLog = 28U; member
179 static const uptr RegionSizeLog = 18U; member
217 static const uptr RegionSizeLog = 28U; member
220 static const uptr RegionSizeLog = 30U; member
245 static const uptr RegionSizeLog = 28U; member
H A Dprimary64.h56 static const uptr RegionSizeLog = Config::Primary::RegionSizeLog; variable
58 static_assert(RegionSizeLog >= GroupSizeLog,
138 Region->RegionBeg = (PrimaryBase + (I << RegionSizeLog)) + in init()
152 PrimaryBase + (I << RegionSizeLog), RegionSize); in init()
310 if (GroupSizeLog < RegionSizeLog) { in pushBlocks()
531 static const uptr RegionSize = 1UL << RegionSizeLog;
H A Dprimary32.h52 static_assert((1UL << Config::Primary::RegionSizeLog) >=
393 static const uptr RegionSize = 1UL << Config::Primary::RegionSizeLog;
395 SCUDO_MMAP_RANGE_SIZE >> Config::Primary::RegionSizeLog;
428 const uptr Id = Mem >> Config::Primary::RegionSizeLog; in computeRegionId()
457 static_assert(Config::Primary::RegionSizeLog == GroupSizeLog, in allocateRegionSlow()