document M_NODUMP flag

This commit is contained in:
Kip Macy 2012-01-28 17:21:12 +00:00
parent b5de771b40
commit 986e5ec7af

View File

@ -123,6 +123,9 @@ operational characteristics as follows:
.Bl -tag -width indent
.It Dv M_ZERO
Causes the allocated memory to be set to all zeros.
.It Dv M_NODUMP
For allocations greater than page size, causes the allocated
memory to be excluded from kernel core dumps.
.It Dv M_NOWAIT
Causes
.Fn malloc ,