Lines Matching defs:AndroidSvelteConfig
133 struct AndroidSvelteConfig { struct
138 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; argument
146 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; argument
154 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; argument
155 static const u32 SecondaryCacheEntriesArraySize = 16U;
156 static const u32 SecondaryCacheQuarantineSize = 32U;
157 static const u32 SecondaryCacheDefaultMaxEntriesCount = 4U;
158 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 18;
159 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0;
160 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 0;
163 using TSDRegistryT = TSDRegistrySharedT<A, 2U, 1U>; // Shared, max 2 TSDs.