diff options
Diffstat (limited to 'test/fullcheck.sh')
-rwxr-xr-x | test/fullcheck.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fullcheck.sh b/test/fullcheck.sh index 5763278c..f3c20dd2 100755 --- a/test/fullcheck.sh +++ b/test/fullcheck.sh @@ -11,5 +11,8 @@ 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 $@ |