Home
last modified time | relevance | path

Searched defs:AndroidSvelteConfig (Results 1 – 1 of 1) sorted by relevance

/external/scudo/standalone/
Dallocator_config.h121 struct AndroidSvelteConfig { struct
126 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; argument
133 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; argument
140 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; argument
141 static const u32 SecondaryCacheEntriesArraySize = 16U;
142 static const u32 SecondaryCacheQuarantineSize = 32U;
143 static const u32 SecondaryCacheDefaultMaxEntriesCount = 4U;
144 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 18;
145 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0;
146 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 0;
[all …]