Functions§
madvise()
withMADV_POPULATE_READ
on linux systems. This a no-op on non-linux systems.madvise()
withMADV_SEQUENTIAL
on unix systems. This is a no-op on non-unix systems.madvise()
withMADV_WILLNEED
on unix systems. This is a no-op on non-unix systems.- Attempt to prefetch the memory in the slice to the L2 cache.
- Safety