Searched defs:FuchsiaConfig (Results 1 – 1 of 1) sorted by relevance
167 struct FuchsiaConfig { struct171 typedef SizeClassAllocator64<FuchsiaConfig> Primary; argument174 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 …]