home_bin/devel/VALGRIND

8 lines
316 B
Text
Raw Normal View History

2014-12-17 01:48:21 +08:00
#!/bin/bash
# track-origins=yes is veeeery slow
G_SLICE=always-malloc G_DEBUG=gc-friendly \
/usr/bin/valgrind --tool=memcheck --trace-children=no --leak-check=full --leak-resolution=high --num-callers=32 --max-stackframe=20982960 \
--track-fds=yes --track-origins=no --error-exitcode=1 --show-reachable=no"$@"