Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/mincore.2
| Show All 25 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd August 23, 2020 | .Dd August 23, 2020 | ||||
| .Dt MINCORE 2 | .Dt MINCORE 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm mincore | .Nm mincore | ||||
| .Nd determine residency of memory pages | .Nd determine residency of memory pages | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/mman.h | .In sys/mman.h | ||||
| .Ft int | .Ft int | ||||
| .Fn mincore "const void *addr" "size_t len" "char *vec" | .Fn mincore "const void *addr" "size_t len" "char *vec" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn mincore | .Fn mincore | ||||
| system call determines whether each of the pages in the region beginning at | system call determines whether each of the pages in the region beginning at | ||||
| .Fa addr | .Fa addr | ||||
| ▲ Show 20 Lines • Show All 105 Lines • Show Last 20 Lines | |||||