[][src]Function linux::syscall::mincore

pub fn mincore(addr: usize, length: usize, buf: &mut [d8]) -> c_int

Checks whether pages are in memory or swapped out.

[argument, addr] The base address of the range to check.

[argument, length] The length of the range to check.

[argument, buf] The buffer in which the result will be stored.

= See also

  • link:man:mincore(2)