--- Net2/sys/malloc.h 2018/04/24 18:03:58 1.1.1.1 +++ Net2/sys/malloc.h 2018/04/24 18:10:35 1.1.1.2 @@ -91,7 +91,9 @@ #define M_PROC 41 /* Proc structures */ #define M_SUBPROC 42 /* Proc sub-structures */ #define M_TEMP 49 /* misc temporary data buffers */ -#define M_LAST 50 +#define M_PCFSMNT 50 /* PCFS mount structure */ +#define M_PCFSFAT 51 /* PCFS fat table */ +#define M_LAST 52 #define INITKMEMNAMES { \ "free", /* 0 M_FREE */ \ @@ -139,6 +141,8 @@ "subproc", /* 42 M_PROC */ \ 0, 0, 0, 0, 0, 0, \ "temp", /* 49 M_TEMP */ \ + "PCFS mount", /* 50 M_PCFSMNT */ \ + "PCFS fat", /* 51 M_PCFSFAT */ \ } struct kmemstats {