summaryrefslogtreecommitdiffstats
path: root/sysconfig/mcheck
blob: 94f35bd760b7b9ef3c0d18e3a091804c5ba402a1 (plain)
1
2
3
4
5
6
7
8
9

# MALLOC_CHECK_: should the system (libc) malloc check for memory errors?
# Used values are:
# unset: do not check
# 0: silently ignore errors
# 1: print diagnostics on stderr when an error is detected
# 2: call abort when an error is detected
export MALLOC_CHECK_=1