libgmalloc is no longer available on OS X Lion

This commit is contained in:
John Wiegley 2012-03-17 16:22:03 -05:00
parent 815501f8b5
commit 06934e8dd6
2 changed files with 11 additions and 11 deletions

View file

@ -5,14 +5,14 @@ if [ -x /usr/bin/valgrind -o -x /opt/local/bin/valgrind ]; then
VALGRIND=valgrind
fi
export MallocGuardEdges=1
export MallocScribble=1
export MallocPreScribble=1
export MallocCheckHeapStart=100
export MallocCheckHeapEach=100
export DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib
export MALLOC_PROTECT_BEFORE=1
export MALLOC_FILL_SPACE=1
export MALLOC_STRICT_SIZE=1
#export MallocGuardEdges=1
#export MallocScribble=1
#export MallocPreScribble=1
#export MallocCheckHeapStart=100
#export MallocCheckHeapEach=100
#export DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib
#export MALLOC_PROTECT_BEFORE=1
#export MALLOC_FILL_SPACE=1
#export MALLOC_STRICT_SIZE=1
exec $VALGRIND $@

View file

@ -2,5 +2,5 @@
time test/RegressTests.py ./ledger test/regress
time test/RegressTests.py ./ledger test/regress --verify
time test/RegressTests.py ./ledger test/regress --gmalloc
time test/RegressTests.py ./ledger test/regress --verify --gmalloc
#time test/RegressTests.py ./ledger test/regress --gmalloc
#time test/RegressTests.py ./ledger test/regress --verify --gmalloc