From 645e7b2ab6676a2a3a05a59a053929d3b7732b4d Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 11 Oct 1997 18:31:40 +0000 Subject: Distribute and statizice a lot of the malloc M_* types. Substantial input from: bde --- sys/vm/vm_zone.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/vm/vm_zone.c') diff --git a/sys/vm/vm_zone.c b/sys/vm/vm_zone.c index 1034346..1c5b6730 100644 --- a/sys/vm/vm_zone.c +++ b/sys/vm/vm_zone.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vm_zone.c,v 1.7 1997/09/21 04:24:26 dyson Exp $ + * $Id: vm_zone.c,v 1.8 1997/09/21 11:41:12 peter Exp $ */ #include @@ -35,6 +35,8 @@ #include #include +MALLOC_DEFINE(M_ZONE, "ZONE", "Zone header"); + /* * This file comprises a very simple zone allocator. This is used * in lieu of the malloc allocator, where needed or more optimal. -- cgit v1.1