Home
last modified time | relevance | path

Searched refs:PrimaryGroupSizeLog (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h76 static const uptr PrimaryGroupSizeLog = 21U; member
84 static const uptr PrimaryGroupSizeLog = 19U; member
109 static const uptr PrimaryGroupSizeLog = 20U; member
115 static const uptr PrimaryGroupSizeLog = 18U; member
142 static const uptr PrimaryGroupSizeLog = 18U; member
148 static const uptr PrimaryGroupSizeLog = 16U; member
173 static const uptr PrimaryGroupSizeLog = 21U; member
193 static const uptr PrimaryGroupSizeLog = 10U; member
H A Dprimary64.h48 static const uptr GroupSizeLog = Config::PrimaryGroupSizeLog;
H A Dprimary32.h46 static const uptr GroupSizeLog = Config::PrimaryGroupSizeLog;
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp30 static const scudo::uptr PrimaryGroupSizeLog = 18U; member
47 static const scudo::uptr PrimaryGroupSizeLog = 20U; member
64 static const scudo::uptr PrimaryGroupSizeLog = 20U; member
85 static const scudo::uptr PrimaryGroupSizeLog = 20U; member
180 static const scudo::uptr PrimaryGroupSizeLog = 20U; member
H A Dcombined_test.cpp529 static const scudo::uptr PrimaryGroupSizeLog = 18; member