NAME
mincore —
get advise about use of
memory
SYNOPSIS
mincore(caddr_t
addr, int len,
char *vec);
DESCRIPTION
Themincore()
system call allows a process to obtain information about whether pages are
core resident. Here the current core residency of the pages is returned in the
character array vec, with a value of 1 meaning that the
page is in-core.
SEE ALSO
HISTORY
The mincore() function first appeared in
4.4BSD.