Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2012 17:21:12 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230645 - head/share/man/man9
Message-ID:  <201201281721.q0SHLC1v093151@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201281721.q0SHLC1v093151>