[go: up one dir, main page]

Menu

[f1f697]: / valgrind.cmd  Maximize  Restore  History

Download this file

6 lines (5 with data), 364 Bytes

1
2
3
4
5
#!/bin/sh
# use this trivial script to check memory behavior
export G_SLICE=always-malloc
valgrind --suppressions=valgrind.supp --leak-check=full src/flom -r VALRES1 -t /tmp/valgrind-daemon.trace -T /tmp/valgrind-command.trace -- ls >/tmp/stdout 2>/tmp/stderr
#valgrind --suppressions=valgrind.supp --leak-check=full src/flom -- sleep 1 >/tmp/stdout 2>/tmp/stderr