Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h133 struct AndroidSvelteConfig { struct
138 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; argument
146 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; argument
154 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; argument
155 static const u32 SecondaryCacheEntriesArraySize = 16U;
156 static const u32 SecondaryCacheQuarantineSize = 32U;
157 static const u32 SecondaryCacheDefaultMaxEntriesCount = 4U;
158 static const uptr SecondaryCacheDefaultMaxEntrySize = 1UL << 18;
159 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0;
160 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 0;
[all …]