Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通常使用这个:
valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=20 --track-fds=yes ./mycode
但不确定它是否一方面检查所有内容,另一方面过于冗长。你最喜欢的选择是什么?
SVN valgrind 有 --track-origins=yes,这实际上使得未初始化值警告很有用。
--tool=callgrind
在适用的情况下,--instr-atstart=no
--instr-atstart=no