summaryrefslogtreecommitdiff
path: root/bin/memchk.sh
blob: de01bd85c74d5f6cb015e93529d3d6433cb4c4b6 (plain)
1
2
#!/bin/sh
valgrind --tool=memcheck --leak-check=full --undef-value-errors=yes --leak-resolution=high --malloc-fill=AA --free-fill=FE --log-file=valgrind.log $1