Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys::man adding
MADV_POPULATE_READ
and MAP_POPULATE_WRITE
.
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.
- Loading branch information