Lines Matching defs:Primary
37 struct Primary { struct
38 using SizeClassMap = SizeClassMapT;
39 static const scudo::uptr RegionSizeLog = 18U;
40 static const scudo::uptr GroupSizeLog = 18U;
41 static const scudo::s32 MinReleaseToOsIntervalMs = INT32_MIN;
42 static const scudo::s32 MaxReleaseToOsIntervalMs = INT32_MAX;
43 typedef scudo::uptr CompactPtrT;
44 static const scudo::uptr CompactPtrScale = 0;
45 static const bool EnableRandomOffset = true;
46 static const scudo::uptr MapSizeIncrement = 1UL << 18;
56 struct Primary { struct
57 using SizeClassMap = SizeClassMapT;
60 static const scudo::uptr RegionSizeLog = 23U;
62 static const scudo::uptr RegionSizeLog = 24U;
64 static const scudo::uptr GroupSizeLog = 20U;
65 static const scudo::s32 MinReleaseToOsIntervalMs = INT32_MIN;
66 static const scudo::s32 MaxReleaseToOsIntervalMs = INT32_MAX;
67 typedef scudo::uptr CompactPtrT;
68 static const scudo::uptr CompactPtrScale = 0;
69 static const bool EnableRandomOffset = true;
70 static const scudo::uptr MapSizeIncrement = 1UL << 18;
80 struct Primary { struct
81 using SizeClassMap = SizeClassMapT;
84 static const scudo::uptr RegionSizeLog = 23U;
86 static const scudo::uptr RegionSizeLog = 24U;
88 static const scudo::uptr GroupSizeLog = 20U;
89 static const scudo::s32 MinReleaseToOsIntervalMs = INT32_MIN;
90 static const scudo::s32 MaxReleaseToOsIntervalMs = INT32_MAX;
91 typedef scudo::uptr CompactPtrT;
92 static const scudo::uptr CompactPtrScale = 0;
93 static const bool EnableContiguousRegions = false;
94 static const bool EnableRandomOffset = true;
95 static const scudo::uptr MapSizeIncrement = 1UL << 18;
105 struct Primary { struct
106 using SizeClassMap = SizeClassMapT;
109 static const scudo::uptr RegionSizeLog = 23U;
111 static const scudo::uptr RegionSizeLog = 24U;
113 static const scudo::s32 MinReleaseToOsIntervalMs = INT32_MIN;
114 static const scudo::s32 MaxReleaseToOsIntervalMs = INT32_MAX;
115 static const scudo::uptr CompactPtrScale = 3U;
116 static const scudo::uptr GroupSizeLog = 20U;
117 typedef scudo::u32 CompactPtrT;
118 static const bool EnableRandomOffset = true;
119 static const scudo::uptr MapSizeIncrement = 1UL << 18;
130 struct Primary { struct
131 using SizeClassMap = SizeClassMapT;
134 static const scudo::uptr RegionSizeLog = 23U;
136 static const scudo::uptr RegionSizeLog = 24U;
138 static const scudo::s32 MinReleaseToOsIntervalMs = INT32_MIN;
139 static const scudo::s32 MaxReleaseToOsIntervalMs = INT32_MAX;
140 static const scudo::uptr CompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
141 static const scudo::uptr GroupSizeLog = 18U;
142 typedef scudo::u32 CompactPtrT;
143 static const bool EnableRandomOffset = true;
144 static const scudo::uptr MapSizeIncrement = 1UL << 18;
146 using ConditionVariableT = scudo::ConditionVariableLinux;
148 using ConditionVariableT = scudo::ConditionVariableDummy;
211 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef
244 struct Primary { struct
245 using SizeClassMap = scudo::DefaultSizeClassMap;
246 static const scudo::uptr RegionSizeLog = 21U;
247 static const scudo::s32 MinReleaseToOsIntervalMs = INT32_MIN;
248 static const scudo::s32 MaxReleaseToOsIntervalMs = INT32_MAX;
249 typedef scudo::uptr CompactPtrT;
250 static const scudo::uptr CompactPtrScale = 0;
251 static const bool EnableRandomOffset = true;
252 static const scudo::uptr MapSizeIncrement = 1UL << 18;
253 static const scudo::uptr GroupSizeLog = 20U;
260 using Primary = in TEST() typedef
299 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef
336 using Primary = TestAllocator<TypeParam, scudo::Config::Primary::SizeClassMap>; in SCUDO_TYPED_TEST() typedef
397 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef
413 using Primary = TestAllocator<TypeParam, scudo::DefaultSizeClassMap>; in SCUDO_TYPED_TEST() typedef