Home
last modified time | relevance | path

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

/external/scudo/config/
Dcustom_scudo_config.h136 struct AndroidNormalConfig { struct
138 static const bool MaySupportMemoryTagging = true;
143 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs.
145 struct Primary {
164 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
166 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;
169 struct Secondary {
186 template <typename Config> using SecondaryT = MapAllocator<Config>;