Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/config/
H A Dcustom_scudo_config.h132 struct AndroidNormalConfig { struct
134 static const bool MaySupportMemoryTagging = true;
139 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs.
141 struct Primary {
160 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>;
162 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>;
165 struct Secondary {
178 template <typename Config> using SecondaryT = MapAllocator<Config>;