1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45325

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