Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h167 struct FuchsiaConfig { struct
171 typedef SizeClassAllocator64<FuchsiaConfig> Primary; argument
172 static const uptr PrimaryRegionSizeLog = 30U;
173 static const uptr PrimaryGroupSizeLog = 21U;
174 typedef u32 PrimaryCompactPtrT;
175 static const bool PrimaryEnableRandomOffset = true;
176 static const uptr PrimaryMapSizeIncrement = 1UL << 18;
177 static const uptr PrimaryCompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
178 static const s32 PrimaryMinReleaseToOsIntervalMs = INT32_MIN;
179 static const s32 PrimaryMaxReleaseToOsIntervalMs = INT32_MAX;
[all …]