diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2016-11-14 03:23:46 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2016-11-14 03:23:46 +0000 |
commit | c8fe1aed388265e5b6801e5de2158d73919a10ae (patch) | |
tree | 3467662119cdb8072256c3196cb24ad76b2efcec /share | |
parent | 11fe9517864b0946417f020e25cdcb86bc114aa9 (diff) |
M_COUNTERS is a thing
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/malloc.9 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index a8f9cab088e..c06392e931f 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.62 2015/08/24 15:33:49 mpi Exp $ +.\" $OpenBSD: malloc.9,v 1.63 2016/11/14 03:23:45 dlg Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 24 2015 $ +.Dd $Mdocdate: November 14 2016 $ .Dt MALLOC 9 .Os .Sh NAME @@ -167,6 +167,9 @@ Interface addresses. Socket options. .It Dv M_SYSCTL Sysctl persistent buffers. +.It Dv M_COUNTERS +Per-CPU Counters for use via +.Xr counters_alloc 9 . .It Dv M_IOCTLOPS Ioctl data buffers. .It Dv M_IOV |