2009-04-09 18:55:47 +00:00
|
|
|
#/bin/sh
|
|
|
|
export G_SLICE=always-malloc
|
|
|
|
export G_DEBUG=gc-friendly
|
|
|
|
export GLIBCXX_FORCE_NEW=1
|
2009-06-01 14:11:52 +00:00
|
|
|
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=64 --log-file=x-valgrind --show-reachable=yes ./qtr
|