## ## Dmalloc Init Script for use with GNU Pth ## Copyright (c) 1999-2001 Ralf S. Engelschall ## # no debugging none none # 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, \ 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 # 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, log-nonfree-space