Searched defs:GroupSizeLog (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ | ||
H A D | allocator_config.h | 128 static const uptr GroupSizeLog = 21U; global() member |
H A D | primary32.h | 48 static const uptr GroupSizeLog = Config::getGroupSizeLog(); variable |
H A D | primary64.h | 57 static const uptr GroupSizeLog = Config::Primary::GroupSizeLog; global() variable |