mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Tweak order of Memcheck's cmd-line options.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4258
This commit is contained in:
parent
104ccad880
commit
20525216ee
@ -97,11 +97,11 @@ Bool MAC_(process_common_cmd_line_option)(Char* arg)
|
||||
void MAC_(print_common_usage)(void)
|
||||
{
|
||||
VG_(printf)(
|
||||
" --partial-loads-ok=no|yes too hard to explain here; see manual [yes]\n"
|
||||
" --freelist-vol=<number> volume of freed blocks queue [1000000]\n"
|
||||
" --leak-check=no|summary|full search for memory leaks at exit? [summary]\n"
|
||||
" --leak-resolution=low|med|high how much bt merging in leak check [low]\n"
|
||||
" --show-reachable=no|yes show reachable blocks in leak check? [no]\n"
|
||||
" --partial-loads-ok=no|yes too hard to explain here; see manual [yes]\n"
|
||||
" --freelist-vol=<number> volume of freed blocks queue [1000000]\n"
|
||||
" --workaround-gcc296-bugs=no|yes self explanatory [no]\n"
|
||||
);
|
||||
VG_(replacement_malloc_print_usage)();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user