Memory leak valgrind

http://valgrind.org/docs/manual/quick-start.html

 

Set 100 callers in stack traces and run valgrind again.

$ valgrind --num-callers=100 --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=valgrind.log -v

posted on 2018-11-28 17:24  cdekelon  阅读(51)  评论(0)    收藏  举报

导航