diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-06-21 00:57:44 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-06-21 00:57:44 +0000 |
commit | 9bc358531001faaf9f874cdf52c278cf1823c5fd (patch) | |
tree | 7a05111e14a317fe0d8cb130309f8cfa834a3133 /share/man/man9 | |
parent | 544e5e6a2220a000f63bbb4669c3be396524a8ac (diff) |
document new malloc type EMULDATA and missing NTFS types.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/malloc.9 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index a01e7989bd6..a4d2286288b 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.26 2003/06/06 20:56:32 jmc Exp $ +.\" $OpenBSD: malloc.9,v 1.27 2003/06/21 00:57:43 tedu Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -263,6 +263,8 @@ Packet-attached information tags. IEEE 1394 control structures. .It Dv M1394DATA IEEE 1394 data buffers. +.It Dv M_EMULDATA +Per process emulation data. .It Dv M_IP6OPT IPv6 options. .It Dv M_IP6NDP @@ -273,6 +275,24 @@ IPv6 router renumbering prefix. IPv6 router renumbering interface identifiers. .It Dv M_TEMP Miscellaneous temporary data buffers. +.It Dv M_NTFSMNT +NTFS mount structures. +.It Dv M_NTFSNTNODE +NTFS ntnode information. +.It Dv M_NTFSNODE +NTFS fnode information. +.It Dv M_NTFSDIR +NTFS directory buffers. +.It Dv M_NTFSHASH +NTFS ntnode hash tables. +.It Dv M_NTFSVATTR +NTFS file attribute information. +.It Dv M_NTFSRDATA +NTFS resident data. +.It Dv M_NTFSDECOMP +NTFS decompression temporary storage. +.It Dv M_NTFSRUN +NTFS vrun storage. .El .Pp Statistics based on the |