summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2012-01-28 17:21:12 +0000
committerkmacy <kmacy@FreeBSD.org>2012-01-28 17:21:12 +0000
commite0549932740f963c8ed2500c4b089e58f7272d3f (patch)
treed5c65c1a74a92fe9128797653bb66ff8fddb462f /share
parentd697d490c53f0ab3614246467310a113884c960b (diff)
downloadFreeBSD-src-e0549932740f963c8ed2500c4b089e58f7272d3f.zip
FreeBSD-src-e0549932740f963c8ed2500c4b089e58f7272d3f.tar.gz
document M_NODUMP flag
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/malloc.93
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9
index ff6b4d2..2216898 100644
--- a/share/man/man9/malloc.9
+++ b/share/man/man9/malloc.9
@@ -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 ,
OpenPOWER on IntegriCloud