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