Lines Matching defs:AndroidSvelteConfig
121 struct AndroidSvelteConfig { struct
126 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; argument
133 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; argument
140 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; argument
141 static const u32 SecondaryCacheEntriesArraySize = 16U;
142 static const u32 SecondaryCacheQuarantineSize = 32U;
143 static const u32 SecondaryCacheDefaultMaxEntriesCount = 4U;
144 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 18;
145 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0;
146 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 0;
149 using TSDRegistryT = TSDRegistrySharedT<A, 2U, 1U>; // Shared, max 2 TSDs.