Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp74 struct TestConfig4 { struct
77 static const scudo::uptr PrimaryRegionSizeLog = 23U;
81 static const scudo::s32 PrimaryMinReleaseToOsIntervalMs = INT32_MIN;
82 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX;
83 static const bool MaySupportMemoryTagging = true;
84 static const scudo::uptr PrimaryCompactPtrScale = 3U;
85 static const scudo::uptr PrimaryGroupSizeLog = 20U;
86 typedef scudo::u32 PrimaryCompactPtrT;
87 static const bool PrimaryEnableRandomOffset = true;
88 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18;