Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

cat ./test |valgrind --leak-check=full --show-leak-kinds=all ./philphix .

/replace
cat ./philphixin |valgrind --leak-check=full --show-leak-kinds=all ./philphix
./null.txt
$ valgrind --tool=memcheck --leak-check=full --track-origins=yes [OS SPECIFIC ARGS]
./<executable>

You might also like