mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
DARWIN branch, along with a few other minor things. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9197
5 lines
196 B
Plaintext
5 lines
196 B
Plaintext
prog: custom_alloc
|
|
vgopts: --stacks=no --time-unit=B --heap-admin=16 --massif-out-file=massif.out
|
|
post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses
|
|
cleanup: rm massif.out
|