mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
for libstdc++ from gcc5. Even with fix for bug 345307 we still see allocations for the emergency pool in libstdc++ which skew the expected results. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15847
7 lines
376 B
Plaintext
7 lines
376 B
Plaintext
prog: new-cpp
|
|
vgopts: --stacks=no --time-unit=B --massif-out-file=massif.out
|
|
vgopts: --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook
|
|
vgopts: --ignore-fn=get_or_create_key_element --ignore-fn=_GLOBAL__sub_I_eh_alloc.cc
|
|
post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses
|
|
cleanup: rm massif.out
|