Lines Matching defs:Primary
54 struct Primary { struct
55 using SizeClassMap = DefaultSizeClassMap;
57 static const uptr RegionSizeLog = 32U;
58 static const uptr GroupSizeLog = 21U;
59 typedef uptr CompactPtrT;
60 static const uptr CompactPtrScale = 0;
61 static const bool EnableRandomOffset = true;
62 static const uptr MapSizeIncrement = 1UL << 18;
64 static const uptr RegionSizeLog = 19U;
65 static const uptr GroupSizeLog = 19U;
66 typedef uptr CompactPtrT;
68 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
69 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;
99 struct Primary { struct
100 using SizeClassMap = AndroidSizeClassMap;
102 static const uptr RegionSizeLog = 28U;
103 typedef u32 CompactPtrT;
104 static const uptr CompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
105 static const uptr GroupSizeLog = 20U;
106 static const bool EnableRandomOffset = true;
107 static const uptr MapSizeIncrement = 1UL << 18;
109 static const uptr RegionSizeLog = 18U;
110 static const uptr GroupSizeLog = 18U;
111 typedef uptr CompactPtrT;
113 static const s32 MinReleaseToOsIntervalMs = 1000;
114 static const s32 MaxReleaseToOsIntervalMs = 1000;
143 struct Primary { struct
144 using SizeClassMap = FuchsiaSizeClassMap;
147 static const uptr RegionSizeLog = 28U;
148 static const uptr GroupSizeLog = 19U;
149 static const bool EnableContiguousRegions = false;
151 static const uptr RegionSizeLog = 30U;
152 static const uptr GroupSizeLog = 21U;
154 typedef u32 CompactPtrT;
155 static const bool EnableRandomOffset = true;
156 static const uptr MapSizeIncrement = 1UL << 18;
157 static const uptr CompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
158 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
159 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;
174 struct Primary { struct
175 using SizeClassMap = TrustySizeClassMap;
176 static const uptr RegionSizeLog = 28U;
177 static const uptr GroupSizeLog = 20U;
178 typedef u32 CompactPtrT;
179 static const bool EnableRandomOffset = false;
180 static const uptr MapSizeIncrement = 1UL << 12;
181 static const uptr CompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
182 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
183 static const s32 MaxReleaseToOsIntervalMs = INT32_MAX;