X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..c18c124eaa464aaaa5549e99e5a70fc9cbb50944:/bsd/man/man2/madvise.2?ds=sidebyside diff --git a/bsd/man/man2/madvise.2 b/bsd/man/man2/madvise.2 index b285f4f2d..9f89c32ba 100644 --- a/bsd/man/man2/madvise.2 +++ b/bsd/man/man2/madvise.2 @@ -124,6 +124,14 @@ The address range will remain valid. This is used with .Fn madvise system call. +.It Dv MADV_ZERO_WIRED_PAGES +Indicates that the application would like the wired pages in this address +range to be zeroed out if the address range is deallocated without first +unwiring the pages (i.e. a munmap(2) without a preceding munlock(2) or the application +quits). +This is used with +.Fn madvise +system call. .El .Pp The