File: valgrind

package info (click to toggle)
httpry 0.1.8-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 436 kB
  • sloc: ansic: 1,358; perl: 1,336; sh: 155; makefile: 62
file content (9 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!/bin/sh

eval valgrind --tool=memcheck \
              --num-callers=20 \
              --leak-check=yes \
              --leak-resolution=high \
              --show-reachable=yes \
     "$@ -q" 2>&1 1>/dev/null |
     sed 's/^==[0-9]*==/valgrind:/'