xref: /original-bsd/lib/libc/sys/mincore.2 (revision 23730249)
Copyright (c) 1991 Regents of the University of California.
All rights reserved.

%sccs.include.redist.man%

@(#)mincore.2 6.1 (Berkeley) 05/27/91

MINCORE 2 ""
C 7
NAME
mincore - get advise about use of memory
SYNOPSIS
mincore(addr, len, vec)
 caddr_t addr;  int len;  char *vec; 
DESCRIPTION

The mincore 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"
msync.2, munmap.2, mprotect.2, madvise.2, mincore.2