You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sys::man adding MADV_POPULATE_READ and MAP_POPULATE_WRITE. (#2565)
More specialised than `MmapFlags::MAP_POPULATE`, another difference being
it does not silently fail.
- `MADV_POPULATE_READ` to pre-populate pages ahead of read accesses.
- `MADV_POPULATE_WRITE` to pre-populate pages ahead of subsequent
writes.
0 commit comments