Searched defs:DefaultConfig (Results 1 – 1 of 1) sorted by relevance
69 struct DefaultConfig { struct74 typedef SizeClassAllocator64<DefaultConfig> Primary; argument82 typedef SizeClassAllocator32<DefaultConfig> Primary; argument90 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument91 static const u32 SecondaryCacheEntriesArraySize = 32U;92 static const u32 SecondaryCacheQuarantineSize = 0U;93 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;94 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 19;95 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = INT32_MIN;96 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX;[all …]