Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/madvise.2
| Show All 25 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd July 12, 2015 | .Dd July 12, 2015 | ||||
| .Dt MADVISE 2 | .Dt MADVISE 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm madvise , posix_madvise | .Nm madvise , posix_madvise | ||||
| .Nd give advice about use of memory | .Nd give advice about use of memory | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/mman.h | .In sys/mman.h | ||||
| .Ft int | .Ft int | ||||
| .Fn madvise "void *addr" "size_t len" "int behav" | .Fn madvise "void *addr" "size_t len" "int behav" | ||||
| .Ft int | .Ft int | ||||
| .Fn posix_madvise "void *addr" "size_t len" "int behav" | .Fn posix_madvise "void *addr" "size_t len" "int behav" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn madvise | .Fn madvise | ||||
| ▲ Show 20 Lines • Show All 139 Lines • Show Last 20 Lines | |||||