Created
March 31, 2021 17:47
-
-
Save airglow923/2f4c87b5f13b92998cb5b55943d5b381 to your computer and use it in GitHub Desktop.
Valgrind detailed command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
valgrind \ | |
--leak-check=full \ | |
--show-leak-kinds=all \ | |
--track-origins=yes \ | |
--verbose \ | |
--log-file=valgrind-out.txt \ | |
./executable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment