Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp52 struct TestConfig3 { struct
55 static const scudo::uptr PrimaryRegionSizeLog = 23U;
59 static const scudo::s32 PrimaryMinReleaseToOsIntervalMs = INT32_MIN;
60 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX;
61 static const bool MaySupportMemoryTagging = true;
62 typedef scudo::uptr PrimaryCompactPtrT;
63 static const scudo::uptr PrimaryCompactPtrScale = 0;
64 static const bool PrimaryEnableRandomOffset = true;
65 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18;