Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dallocator_config.h167 struct FuchsiaConfig { struct
171 typedef SizeClassAllocator64<FuchsiaConfig> Primary; argument
174 static const uptr PrimaryRegionSizeLog = 28U;
175 static const uptr PrimaryGroupSizeLog = 19U;
177 static const uptr PrimaryRegionSizeLog = 30U;
178 static const uptr PrimaryGroupSizeLog = 21U;
180 typedef u32 PrimaryCompactPtrT;
181 static const bool PrimaryEnableRandomOffset = true;
182 static const uptr PrimaryMapSizeIncrement = 1UL << 18;
183 static const uptr PrimaryCompactPtrScale = SCUDO_MIN_ALIGNMENT_LOG;
[all …]