Searched defs:DefaultConfig (Results 1 – 1 of 1) sorted by relevance
61 struct DefaultConfig { struct66 typedef SizeClassAllocator64<DefaultConfig> Primary; argument73 typedef SizeClassAllocator32<DefaultConfig> Primary; argument80 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument81 static const u32 SecondaryCacheEntriesArraySize = 32U;82 static const u32 SecondaryCacheQuarantineSize = 0U;83 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;84 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 19;85 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = INT32_MIN;86 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = INT32_MAX;[all …]