Function nix::sys::mman::madvise [] [src]

pub fn madvise(
    addr: *const c_void,
    length: size_t,
    advise: MmapAdvise
) -> Result<()>