Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h61 struct DefaultConfig { struct
66 typedef SizeClassAllocator64<DefaultConfig> Primary; argument
73 typedef SizeClassAllocator32<DefaultConfig> Primary; argument
80 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument
81 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 …]