Searched defs:TestConfig1 (Results 1 – 1 of 1) sorted by relevance
28 struct TestConfig1 { struct29 static const scudo::uptr PrimaryRegionSizeLog = 18U;30 static const scudo::uptr PrimaryGroupSizeLog = 18U;31 static const scudo::s32 PrimaryMinReleaseToOsIntervalMs = INT32_MIN;32 static const scudo::s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX;33 static const bool MaySupportMemoryTagging = false;34 typedef scudo::uptr PrimaryCompactPtrT;35 static const scudo::uptr PrimaryCompactPtrScale = 0;36 static const bool PrimaryEnableRandomOffset = true;37 static const scudo::uptr PrimaryMapSizeIncrement = 1UL << 18;