[go: up one dir, main page]

Menu

[ba8fa9]: / valgrind.cmd  Maximize  Restore  History

Download this file

5 lines (4 with data), 183 Bytes

1
2
3
4
#!/bin/sh
# use this trivial script to check memory behavior
export G_SLICE=always-malloc
valgrind --leak-check=full src/flom --trace-file=/tmp/trace -- ls >/tmp/stdout 2>/tmp/stderr