polars_utils::mem

Function madvise_willneed

Source
pub fn madvise_willneed(slice: &[u8])
Expand description

madvise() with MADV_WILLNEED on unix systems. This is a no-op on non-unix systems.