Functions§
- force_
populate_ read - Forcibly reads at least one byte each page.
- get_
memory_ prefetch_ func - Get the configured memory prefetch function.
- madvise_
populate_ read madvise()
withMADV_POPULATE_READ
on linux systems. This a no-op on non-linux systems.- madvise_
sequential madvise()
withMADV_SEQUENTIAL
on unix systems. This is a no-op on non-unix systems.- madvise_
willneed madvise()
withMADV_WILLNEED
on unix systems. This is a no-op on non-unix systems.- no_
prefetch - prefetch_
l2 - Attempt to prefetch the memory in the slice to the L2 cache.