13118f8b1ae7c0161df02d527cd802287e731a62 |
|
01-Jul-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Add some more functions to the default --alloc-fns list. Had to tweak how verbose output is printed so that the tests would be ok, now that different platforms have different alloc-fns lists. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10389 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/massif/tests/deep-B.stderr.exp
|
f6b0076ba64f5c22f9e09be70c351a9d4b095883 |
|
17-Apr-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Merge r9103 and r9105 (add --ignore-fn to Massif) from the Darwin branch. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9567 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/massif/tests/deep-B.stderr.exp
|
466ed6e1efeab3b32a30a9002622fb03c0686688 |
|
18-Feb-2009 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Merged r9101 (make Massif tests work if VG_MIN_MALLOC_SZB==16) from the DARWIN branch, along with a few other minor things. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9197 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/massif/tests/deep-B.stderr.exp
|
0be79f3a0b69233bd9ff26261961b8d21ec4f491 |
|
12-Nov-2007 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Another attempt at fixing some Massif regtest failures. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7153 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/massif/tests/deep-B.stderr.exp
|
55a300483970fd2ace702ec8a1221810fb5ab832 |
|
10-Nov-2007 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Filter out some of Massif's verbose output that varies from machine to machine, caused by them getting slightly different stack traces. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7134 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/massif/tests/deep-B.stderr.exp
|
32397c0c26fd49181e87a409ad986b9e1b5b0dfd |
|
10-Nov-2007 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Changed Massif to record the 'slop' heap bytes caused by rounding asked-for sizes up to a multiple of 8 (or whatever --alignment is). This is combined with the "admin" bytes, resulting in the "extra" bytes. Added VG_(malloc_usable_size) to the tool interface to support this. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7133 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/massif/tests/deep-B.stderr.exp
|
734b805cb3af82ddd7d3ba22a0e22aba29b78305 |
|
01-Nov-2007 |
njn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9> |
Merged the MASSIF2 branch to the trunk. Main changes: - ms_main.c: completely overhauled. - massif/tests/*: lots of them now. - massif/perf/: added. - massif/hp2ps: removed. No longer used. - vg_regtest: renamed the previously unused "posttest" notion to "post". Using it for checking ms_print's output. Although the code has changed dramatically, as has the form of the tool's output, the information presented in the output is basically the same, although it's now (hopefully) much more useful. So the tool name is unchanged. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7069 a5019735-40e9-0310-863c-91ae7b9d1cf9
/external/valgrind/massif/tests/deep-B.stderr.exp
|