Searched defs:AndroidSvelteConfig (Results 1 – 1 of 1) sorted by relevance
133 struct AndroidSvelteConfig { struct138 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; argument146 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; argument154 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; argument155 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;[all …]