Update dmalloc options per suggestion from Glenn
authorEric Andersen <andersen@codepoet.org>
Wed, 20 Mar 2002 14:16:31 +0000 (14:16 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 20 Mar 2002 14:16:31 +0000 (14:16 -0000)
Makefile

index 8c83e7f..19c28ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,11 @@ DODEBUG = false
 # which is an excellent public domain mem leak and malloc problem
 # detector.  To enable dmalloc, before running busybox you will
 # want to first set up your environment.
-# eg: `export DMALLOC_OPTIONS=debug=0x14f47d83,inter=100,log=logfile`
+# eg: `export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile`
+# The debug= value is generated using the following command
+# dmalloc -p log-stats -p log-non-free -p log-bad-space -p log-elapsed-time \
+#      -p check-fence -p check-heap -p check-lists -p check-blank \
+#      -p check-funcs -p realloc-copy -p allow-free-null
 # Do not enable this for production builds...
 DODMALLOC = false