add new malloc types
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 9 Jun 1989 04:31:43 +0000 (20:31 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 9 Jun 1989 04:31:43 +0000 (20:31 -0800)
SCCS-vsn: usr.bin/vmstat/vmstat.c 5.14

usr/src/usr.bin/vmstat/vmstat.c

index 4611856..3c4f0c3 100644 (file)
@@ -22,7 +22,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #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 <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -577,12 +577,15 @@ char *kmemnames[] = {
        "pgrp",         /* 17 M_PGRP */
        "session",      /* 18 M_SESSION */
        "iov",          /* 19 M_IOV */
        "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, 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 */
 };
 
        "temp",         /* 49 M_TEMP */
 };