From 9ba513f1ae3bcc36a0f84a158485fb6f05a7d5b1 Mon Sep 17 00:00:00 2001 From: grog Date: Mon, 5 Apr 1999 04:03:45 +0000 Subject: Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit. --- sys/dev/vinum/vinumvar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys') diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h index 45b28ae..c9ff9a4 100644 --- a/sys/dev/vinum/vinumvar.h +++ b/sys/dev/vinum/vinumvar.h @@ -569,6 +569,7 @@ enum debugflags { DEBUG_MEMFREE = 64, /* keep info about Frees */ DEBUG_BIGDRIVE = 128, /* pretend our drives are 100 times the size */ DEBUG_REMOTEGDB = 256, /* go into remote gdb */ + DEBUG_EXITFREE = 512, /* log "freeing malloc" on exit */ }; #ifdef KERNEL -- cgit v1.1