From b567dcea49783ef6d29824292b22def1613fb066 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Thu, 8 Jun 1989 20:31:43 -0800 Subject: [PATCH] add new malloc types SCCS-vsn: usr.bin/vmstat/vmstat.c 5.14 --- usr/src/usr.bin/vmstat/vmstat.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/vmstat/vmstat.c b/usr/src/usr.bin/vmstat/vmstat.c index 4611856e57..3c4f0c3c18 100644 --- a/usr/src/usr.bin/vmstat/vmstat.c +++ b/usr/src/usr.bin/vmstat/vmstat.c @@ -22,7 +22,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)vmstat.c 5.13 (Berkeley) %G%"; +static char sccsid[] = "@(#)vmstat.c 5.14 (Berkeley) %G%"; #endif /* not lint */ #include @@ -577,12 +577,15 @@ char *kmemnames[] = { "pgrp", /* 17 M_PGRP */ "session", /* 18 M_SESSION */ "iov", /* 19 M_IOV */ + "mount", /* 20 M_MOUNT */ + "fhandle", /* 21 M_FHANDLE */ + "NFS req", /* 22 M_NFSREQ */ + "NFS mount", /* 23 M_NFSMNT */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, "temp", /* 49 M_TEMP */ }; -- 2.20.1