We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add to code before program exists or where to check
#include <valgrind/memcheck.h> ... VALGRIND_DO_LEAK_CHECK;
And run
valgrind --leak-check=full --show-reachable=yes ./myprogram
Home