Searched defs:RegionSizeLog (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ | ||
H A D | allocator_config.h | 127 static const uptr RegionSizeLog = 32U; global() member |
H A D | primary64.h | 56 static_assert(RegionSizeLog >= GroupSizeLog, variable |