Add debug flag DEBUG_EXITFREE to log problems freeing memory on exit.

This commit is contained in:
Greg Lehey 1999-04-05 04:03:45 +00:00
parent 31e318aced
commit 0ad9aafaa2

View File

@ -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