1prog: realloc 2vgopts: -v -v --stats=yes --stacks=no --heap-admin=0 --time-unit=B --threshold=0 --massif-out-file=massif.out 3vgopts: --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 4stderr_filter: filter_verbose 5post: perl ../../massif/ms_print --threshold=0 massif.out | ../../tests/filter_addresses 6cleanup: rm massif.out 7