Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h100 struct AndroidConfig { struct
105 typedef SizeClassAllocator64<AndroidConfig> Primary; argument
113 typedef SizeClassAllocator32<AndroidConfig> Primary; argument
121 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument
122 static const u32 SecondaryCacheEntriesArraySize = 256U;
123 static const u32 SecondaryCacheQuarantineSize = 32U;
124 static const u32 SecondaryCacheDefaultMaxEntriesCount = 32U;
125 static const uptr SecondaryCacheDefaultMaxEntrySize = 2UL << 20;
126 static const s32 SecondaryCacheMinReleaseToOsIntervalMs = 0;
127 static const s32 SecondaryCacheMaxReleaseToOsIntervalMs = 1000;
[all …]