Searched defs:AndroidSvelteConfig (Results 1 – 1 of 1) sorted by relevance
121 struct AndroidSvelteConfig { struct126 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; argument133 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; argument140 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; argument141 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;[all …]