Skip to content

Instantly share code, notes, and snippets.

@airglow923
Created March 31, 2021 17:47
Show Gist options
  • Save airglow923/2f4c87b5f13b92998cb5b55943d5b381 to your computer and use it in GitHub Desktop.
Save airglow923/2f4c87b5f13b92998cb5b55943d5b381 to your computer and use it in GitHub Desktop.
Valgrind detailed command
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