Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / massif / tests / mmapunmap.vgtest
blob6605299e9c3a5c4b4df6fc9a8619ef0de81fca06
1 prog: mmapunmap
2 vgopts: --pages-as-heap=yes --threshold=30.0 -q
3 vgopts: --stacks=no --time-unit=B --depth=8 --massif-out-file=massif.out
4 vgopts: --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
5 post: grep -A5 -e =peak massif.out | grep -e 'main (mmapunmap.c:16)\|(below main)' | tr -s ' ' | ../../tests/filter_addresses | ../../tests/filter_libc
6 cleanup: rm massif.out