Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 394df1cf12cdccbfd49aa9e707da6111 > files > 3

debugmode-9.30.1-1.fc15.i686.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
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