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