Lines Matching defs:AndroidConfig
83 struct AndroidConfig { struct
88 typedef SizeClassAllocator64<AndroidConfig> Primary; argument
93 typedef SizeClassAllocator32<AndroidConfig> Primary; argument
100 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument
101 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;
109 using TSDRegistryT = TSDRegistrySharedT<A, 8U, 2U>; // Shared, max 8 TSDs.