#
# Malloc run-time configuration file for our malloc-debug library
#

# no debugging
none    none

# basic debugging
debug1	log-stats, log-non-free, log-perror, check-fence

# more logging and some heap checking
debug2	log-stats, log-non-free, log-perror, log-trans, \
   check-fence, check-heap, check-lists, error-abort

# good utilities
debug3	log-stats, log-non-free, log-perror, log-trans, \
   log-admin, check-fence, check-heap, check-lists, realloc-copy, \
   free-blank, error-abort

