ossp-pkg/lmtp2nntp/.dmallocrc
##
## Dmalloc Init Script for use with GNU Pth
## Copyright (c) 1999-2001 Ralf S. Engelschall <rse@engelschall.com>
##
# 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
# full debugging including memory dumps
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, never-reuse