Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h69 struct DefaultConfig { struct
74 typedef SizeClassAllocator64<DefaultConfig> Primary; argument
82 typedef SizeClassAllocator32<DefaultConfig> Primary; argument
90 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument
91 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 …]