--- .dmallocrc 2001/03/24 14:56:46 1.3
+++ .dmallocrc 2003/02/11 13:17:39 1.4
@@ -1,20 +1,26 @@
##
## Dmalloc Init Script for use with GNU Pth
-## Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com>
+## Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
##
-# no debugging
+# no debugging
none none
-# basic debugging
+# basic debugging
debug1 log-stats, log-non-free, check-fence
-# more logging and some heap checking
-debug2 log-stats, log-non-free, log-trans, \
- check-fence, check-heap, check-lists, error-abort
-
-# good utilities
-debug3 log-stats, log-non-free, log-trans, \
- log-admin, check-fence, check-heap, check-lists, realloc-copy, \
- free-blank, error-abort
+# more logging and some heap checking
+debug2 log-stats, log-non-free, check-fence, \
+ log-trans, check-heap, check-lists
+
+# good utilities
+debug3 log-stats, log-non-free, check-fence, \
+ log-trans, check-heap, check-lists, \
+ log-admin, realloc-copy, free-blank
+
+# full metal jacket
+debug4 log-stats, log-non-free, check-fence, \
+ log-trans, check-heap, check-lists, \
+ log-admin, realloc-copy, free-blank, \
+ log-bad-space, log-nonfree-space
|