update for hp300 merge
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 10 May 1990 02:04:36 +0000 (18:04 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 10 May 1990 02:04:36 +0000 (18:04 -0800)
SCCS-vsn: sys/sys/malloc.h 7.15

usr/src/sys/sys/malloc.h

index 3721cbb..418268d 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)malloc.h    7.14 (Berkeley) %G%
+ *     @(#)malloc.h    7.15 (Berkeley) %G%
  */
 
 #define KMEMSTATS
  */
 
 #define KMEMSTATS
@@ -56,6 +56,8 @@
 #define        M_CACHE         25      /* Dynamically allocated cache entries */
 #define        M_DQUOT         26      /* UFS quota entries */
 #define        M_UFSMNT        27      /* UFS mount structure */
 #define        M_CACHE         25      /* Dynamically allocated cache entries */
 #define        M_DQUOT         26      /* UFS quota entries */
 #define        M_UFSMNT        27      /* UFS mount structure */
+#define        M_MAPMEM        28      /* mapped memory descriptors */
+#define        M_SHM           29      /* SVID compatible shared memory segments */
 #define M_TEMP         49      /* misc temporary data buffers */
 #define M_LAST         50
 
 #define M_TEMP         49      /* misc temporary data buffers */
 #define M_LAST         50