*** /dev/null Sat Nov 23 01:16:33 2024
--- - Sat Nov 23 01:16:38 2024
***************
*** 0 ****
--- 1,20 ----
+ ##
+ ## Dmalloc Init Script
+ ## Copyright (c) 1999-2000 Ralf S. Engelschall <rse@engelschall.com>
+ ##
+
+ # no debugging
+ none none
+
+ # 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, allow-free-null
+
|