Home
last modified time | relevance | path

Searched defs:GroupSizeLog (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h128 static const uptr GroupSizeLog = 21U; global() member
135 static const uptr GroupSizeLog = 19U; global() member
175 static const uptr GroupSizeLog = 20U; global() member
180 static const uptr GroupSizeLog = 18U; global() member
218 static const uptr GroupSizeLog = 19U; global() member
221 static const uptr GroupSizeLog = 21U; global() member
246 static const uptr GroupSizeLog = 20U; global() member
H A Dprimary32.h48 static const uptr GroupSizeLog = Config::getGroupSizeLog(); variable
H A Dprimary64.h57 static const uptr GroupSizeLog = Config::Primary::GroupSizeLog; global() variable