Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h153 struct FuchsiaConfig { struct
157 typedef SizeClassAllocator64<FuchsiaConfig> Primary; argument
158 static const uptr PrimaryRegionSizeLog = 30U;
159 typedef u32 PrimaryCompactPtrT;
160 static const bool PrimaryEnableRandomOffset = true;
161 static const uptr PrimaryMapSizeIncrement = 1UL << 18;
162 static const uptr PrimaryCompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
163 static const s32 PrimaryMinReleaseToOsIntervalMs = INT32_MIN;
164 static const s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX;
166 typedef MapAllocatorNoCache SecondaryCache;
[all …]