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
しかし、一方ではすべてをチェックするかどうかはわかりませんが、他方では冗長すぎます。お気に入りのオプションは何ですか?
SVNvalgrindには--track-origins=yesがあります。これにより、初期化されていない値の警告が実際に役立ちます。
--tool=callgrind
また、該当する場合は、--instr-atstart=no
--instr-atstart=no