Searched defs:AndroidConfig (Results 1 – 2 of 2) sorted by relevance
83 struct AndroidConfig { struct88 typedef SizeClassAllocator64<AndroidConfig> Primary; argument93 typedef SizeClassAllocator32<AndroidConfig> Primary; argument100 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument101 static const u32 SecondaryCacheEntriesArraySize = 256U;102 static const u32 SecondaryCacheQuarantineSize = 32U;103 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;104 static const uptr SecondaryCacheDefaultMaxEntrySize = 2UL << 20;105 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0;106 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 1000;[all …]
39 struct AndroidConfig { struct40 using SizeClassMap = AndroidSizeClassMap;45 Primary;48 typedef SizeClassAllocator32<SizeClassMap, 18U, 1000, 1000> Primary;52 Secondary;54 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs.