valgrind 内训诊断生成log
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --show-reachable=yes --show-possibly-lost=yes --undef-value-errors=yes --track-origins=yes --partial-loads-ok=yes --log-file=exec_log.txt exec exec_args ......
发布时间: 2013-10-22 16:17:03 作者: rapoo
valgrind 内训诊断生成log
valgrind --tool=memcheck --leak-check=full --leak-resolution=high --show-reachable=yes --show-possibly-lost=yes --undef-value-errors=yes --track-origins=yes --partial-loads-ok=yes --log-file=exec_log.txt exec exec_args ......