Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-release > by-pkgid > 52fa037334c24f1dc9e45cab197f1a28 > files > 3

debugmode-9.55-24.mga6.armv5tl.rpm

# 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
# Note: MALLOC_CHECK_ is not thread safe, enable at your own risk.
# export MALLOC_CHECK_=1

# MALLOC_PERTURB_: initialize cleared memory to the specified value
export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))

# Perform extra sanity checking in the gslice allocator
export G_SLICE=debug-blocks