Lines Matching defs:DefaultConfig
69 struct DefaultConfig { struct
74 typedef SizeClassAllocator64<DefaultConfig> Primary; argument
82 typedef SizeClassAllocator32<DefaultConfig> Primary; argument
90 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument
91 static const u32 SecondaryCacheEntriesArraySize = 32U;
92 static const u32 SecondaryCacheQuarantineSize = 0U;
93 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;
94 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 19;
95 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = INT32_MIN;
96 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX;
98 template <class A> using TSDRegistryT = TSDRegistryExT<A>; // Exclusive