Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 4d6b9b547a645ddf3c5555b489ddf32a > files > 3

debugmode-8.99-16.1mdv2010.2.i586.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
MALLOC_CHECK_=1

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

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