Searched defs:AndroidConfig (Results 1 – 2 of 2) sorted by relevance
90 struct AndroidConfig { struct95 typedef SizeClassAllocator64<AndroidConfig> Primary; argument102 typedef SizeClassAllocator32<AndroidConfig> Primary; argument109 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument110 static const u32 SecondaryCacheEntriesArraySize = 256U;111 static const u32 SecondaryCacheQuarantineSize = 32U;112 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;113 static const uptr SecondaryCacheDefaultMaxEntrySize = 2UL << 20;114 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0;115 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 1000;[all …]
152 "AndroidConfig": { object