diff options
-rw-r--r-- | share/man/man9/malloc.9 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index b662bceffa2..78955677e2b 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.51 2014/03/27 07:28:35 jmc Exp $ +.\" $OpenBSD: malloc.9,v 1.52 2014/04/03 04:10:34 lteo 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: March 27 2014 $ +.Dd $Mdocdate: April 3 2014 $ .Dt MALLOC 9 .Os .Sh NAME @@ -208,6 +208,8 @@ Allocated tty structures. Argument lists & other mem used by exec. .It Dv M_MISCFSMNT Miscellaneous FS mount structures. +.It Dv M_FUSEFS +FUSE FS mount structures. .It Dv M_PFKEY Pfkey data. .It Dv M_TDB @@ -220,6 +222,10 @@ File page dependencies. Inode dependencies. .It Dv M_NEWBLK New block allocation. +.It Dv M_INDIRDEP +Indirect block dependencies. +.It Dv M_VMSWAP +VM swap structures. .It Dv M_UVMAMAP UVM amap and related. .It Dv M_UVMAOBJ @@ -238,8 +244,6 @@ data buffers. .It Dv M_CREDENTIALS .Xr ipsec 4 related credentials. -.It Dv M_PACKET_TAGS -Packet-attached information tags. .It Dv M_EMULDATA Per process emulation data. .It Dv M_IP6OPT |