diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-04-03 04:10:35 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-04-03 04:10:35 +0000 |
commit | fdec700061b6bfbc4f507bc1b16d1b1d80020b74 (patch) | |
tree | 1b853532a5cd0125495688a8f85662d7c7b0c90d /share/man/man9 | |
parent | 98fc7bec44a16edda7dba0c21559c283b7244bea (diff) |
Sync malloc(9) M_* types with sys/malloc.h
Diffstat (limited to 'share/man/man9')
-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 |