mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:10:14 +01:00
MAP_POPULATE is a Linux mmap flag that optionally assists read-ahead on the mapping. It is nonstandard and omission does not affect the underlying mapping, so fall back to not including the flag, rather than the reverse.