Lines Matching defs:Config
24 // aliasing the `Config` like:
27 // // The instance of Scudo will be initiated with `Config`.
28 // typedef CustomConfig Config;
72 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
74 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;
86 template <typename Config> using CacheT = MapAllocatorCache<Config>;
89 template <typename Config> using SecondaryT = MapAllocator<Config>;
117 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
119 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;
131 template <typename Config> using CacheT = MapAllocatorCache<Config>;
134 template <typename Config> using SecondaryT = MapAllocator<Config>;
161 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
164 template <typename Config> using CacheT = MapAllocatorNoCache<Config>;
166 template <typename Config> using SecondaryT = MapAllocator<Config>;
185 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
188 template <typename Config> using CacheT = MapAllocatorNoCache<Config>;
191 template <typename Config> using SecondaryT = MapAllocator<Config>;
198 typedef AndroidConfig Config;
200 typedef FuchsiaConfig Config;
202 typedef TrustyConfig Config;
204 typedef DefaultConfig Config;