--- .dmallocrc 2001/08/23 09:12:30 1.1
+++ .dmallocrc 2001/08/28 11:31:22 1.2
@@ -8,6 +8,7 @@
# basic debugging
debug1 log-stats, log-non-free, check-fence
+debug1f log-stats, log-non-free, log-nonfree-space, allow-free-null, check-fence
# more logging and some heap checking
debug2 log-stats, log-non-free, log-trans, \
@@ -18,3 +19,9 @@
log-admin, check-fence, check-heap, check-lists, realloc-copy, \
free-blank, error-abort
+# good utilities but allow free(NULL);
+debug3f log-stats, log-non-free, log-trans, \
+ log-admin, check-fence, check-heap, check-lists, realloc-copy, \
+ free-blank, error-abort, \
+ allow-free-null
+
|