From 6648745358e28957885bcb86648b9733ef5fd401 Mon Sep 17 00:00:00 2001 From: pk Date: Wed, 29 Jul 1998 22:07:14 +0000 Subject: [PATCH] Add a few more memory types. --- share/man/man9/malloc.9 | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index f5eb4c49a4b6..49d39fb6a090 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: malloc.9,v 1.7 1998/04/22 07:14:32 ross Exp $ +.\" $NetBSD: malloc.9,v 1.8 1998/07/29 22:07:14 pk Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -257,7 +257,7 @@ Andrew File System. Adosfs bitmap. .It Dv M_NFSSRVDESC NFS server descriptor. -.It Dv M_DIROFF +.It Dv M_NFSDIROFF NFS directory cookies. .It Dv M_NFSBIGFH NFS big filehandle. @@ -265,6 +265,29 @@ NFS big filehandle. EXT2FS vnode private part. .It Dv M_VMSWAP VM swap structures. +.It Dv M_VMPAGE +VM page structures. +.It Dv M_VMPBUCKET +VM page buckets. +.It Dv M_UVMAMAP +UVM amap and related structs. +.It Dv M_UVMAOBJ +UVM aobj and related structs. +.It Dv M_DMAMAP +.Xr bus_dma 9 +structures. +.It Dv M_IPFLOW +IP flow entries. +.It Dv M_USB +USB general. +.It Dv M_USBDEV +USB permanent. +.It Dv M_POOL +Memory +.Xr pool 9 +structures. +.It Dv M_CFS +Coda file system structures and tables. .It Dv M_TEMP Misc temporary data buffers. .El