1prog: mmapunmap 2vgopts: --pages-as-heap=yes --threshold=30.0 -q 3vgopts: --stacks=no --time-unit=B --depth=8 --massif-out-file=massif.out 4vgopts: --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 5post: grep -A4 -e =peak massif.out | grep -e 'main (mmapunmap.c:16)\|generic_start_main.isra.0' | tr -s ' ' | ../../tests/filter_addresses | ../../tests/filter_libc 6cleanup: rm massif.out 7