Home
last modified time | relevance | path

Searched defs:RegionSizeLog (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h127 static const uptr RegionSizeLog = 32U; global() member
134 static const uptr RegionSizeLog = 19U; global() member
172 static const uptr RegionSizeLog = 28U; global() member
179 static const uptr RegionSizeLog = 18U; global() member
217 static const uptr RegionSizeLog = 28U; global() member
220 static const uptr RegionSizeLog = 30U; global() member
245 static const uptr RegionSizeLog = 28U; global() member
H A Dprimary64.h56 static_assert(RegionSizeLog >= GroupSizeLog, variable