aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/inflate.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-10-11 18:31:40 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-10-11 18:31:40 +0000
commit55166637cdb7a9b5b693d11b1e11764b05619ef0 (patch)
tree62cade22adf3ebf384c7723f90e9ebb2fa801c83 /sys/kern/inflate.c
parent3f3e72d5f96978d7919132eac05a9bae2f502490 (diff)
downloadsrc-55166637cdb7a9b5b693d11b1e11764b05619ef0.tar.gz
src-55166637cdb7a9b5b693d11b1e11764b05619ef0.zip
Distribute and statizice a lot of the malloc M_* types.
Substantial input from: bde
Notes
Notes: svn path=/head/; revision=30309
Diffstat (limited to 'sys/kern/inflate.c')
-rw-r--r--sys/kern/inflate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/inflate.c b/sys/kern/inflate.c
index e46219847bed..5c765e422b79 100644
--- a/sys/kern/inflate.c
+++ b/sys/kern/inflate.c
@@ -7,7 +7,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: inflate.c,v 1.8 1997/02/22 09:38:58 peter Exp $
+ * $Id: inflate.c,v 1.9 1997/08/02 14:31:25 bde Exp $
*
*
*/
@@ -19,6 +19,8 @@
#endif
#include <sys/malloc.h>
+MALLOC_DEFINE(M_GZIP, "Gzip trees", "Gzip trees");
+
/* needed to make inflate() work */
#define uch u_char
#define ush u_short