polars_utils::mem

Function madvise_sequential

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

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