diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-07 22:07:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-07 22:07:15 +0000 |
commit | e2191b3b522f64cab64fd7a031c2fa7c5e92bf82 (patch) | |
tree | 50f01d9d14d14c10097fc267f20c84d8e9eff53a /sys | |
parent | 3c958f7fcf2f17371277f41f1879fdb74833be2f (diff) |
NRL ipv6 malloc buckets
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/malloc.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 8f8cc7f4fb7..9d8bc240b3a 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: malloc.h,v 1.16 1998/11/17 21:05:40 art Exp $ */ +/* $OpenBSD: malloc.h,v 1.17 1999/01/07 22:07:14 deraadt Exp $ */ /* $NetBSD: malloc.h,v 1.39 1998/07/12 19:52:01 augustss Exp $ */ /* @@ -245,7 +245,11 @@ "dirrem", /* 90 M_DIRREM */ \ "VM page bucket", /* 91 M_VMPBUCKET */ \ "VM swap", /* 92 M_VMSWAP */ \ - NULL, NULL, NULL, NULL, NULL, \ + "IPv6 discq", /* 93 M_DISCQ */ \ + "IPv6 fragq", /* 94 M_FRAGQ */ \ + "Sec Assoc", /* 95 M_SECA */ \ + "IPv6 if info", /* 96 M_I6IFP */ \ + NULL, \ NULL, NULL, NULL, NULL, NULL, \ NULL, NULL, NULL, NULL, NULL, \ NULL, NULL, NULL, NULL, NULL, \ |