svn commit: r230645 - head/share/man/man9

Kip Macy kmacy at FreeBSD.org
Sat Jan 28 17:21:12 UTC 2012


Author: kmacy
Date: Sat Jan 28 17:21:12 2012
New Revision: 230645
URL: http://svn.freebsd.org/changeset/base/230645

Log:
  document M_NODUMP flag

Modified:
  head/share/man/man9/malloc.9

Modified: head/share/man/man9/malloc.9
==============================================================================
--- head/share/man/man9/malloc.9	Sat Jan 28 15:29:43 2012	(r230644)
+++ head/share/man/man9/malloc.9	Sat Jan 28 17:21:12 2012	(r230645)
@@ -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 ,


More information about the svn-src-all mailing list