Add M_PROP.

This commit is contained in:
eeh 2001-10-04 19:00:44 +00:00
parent 15a1a192f2
commit ade7065ac5

View File

@ -1,4 +1,4 @@
/* $NetBSD: malloc.h,v 1.66 2001/09/10 10:09:36 fvdl Exp $ */
/* $NetBSD: malloc.h,v 1.67 2001/10/04 19:00:44 eeh Exp $ */
/*
* Copyright (c) 1987, 1993
@ -174,7 +174,8 @@
#define M_1394DATA 117 /* IEEE 1394 data buffers */
#define M_PIPE 118 /* Pipe structures */
#define M_AGP 119 /* AGP memory */
#define M_LAST 120 /* Must be last type + 1 */
#define M_PROP 120 /* Kernel properties structures */
#define M_LAST 121 /* Must be last type + 1 */
#define INITKMEMNAMES { \
"free", /* 0 M_FREE */ \
@ -297,7 +298,8 @@
"1394data", /* 117 M_1394DATA */ \
"pipe", /* 118 M_PIPE */ \
"AGP", /* 119 M_AGP */ \
NULL, /* 120 */ \
"prop", /* 120 M_PROP */ \
NULL, /* 121 */ \
}
struct kmemstats {