Skip to main content

madvise

Function madvise 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn madvise( addr: *mut c_void, len: size_t, flags: c_int, ) -> c_int
Expand description