]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase default size of the freed blocks queue from 10MB to 20MB.
authorJulian Seward <jseward@acm.org>
Wed, 13 Oct 2010 21:19:54 +0000 (21:19 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 13 Oct 2010 21:19:54 +0000 (21:19 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11439

memcheck/mc_main.c

index c0d8c9cb003fd854427a4f20a72a6d74ab6b3860..cf7a0212ccdee3c2fb0859a15957faaaf002f89e 100644 (file)
@@ -4740,7 +4740,7 @@ static Bool mc_expensive_sanity_check ( void )
 /*------------------------------------------------------------*/
 
 Bool          MC_(clo_partial_loads_ok)       = False;
-Long          MC_(clo_freelist_vol)           = 10*1000*1000LL;
+Long          MC_(clo_freelist_vol)           = 20*1000*1000LL;
 LeakCheckMode MC_(clo_leak_check)             = LC_Summary;
 VgRes         MC_(clo_leak_resolution)        = Vg_HighRes;
 Bool          MC_(clo_show_reachable)         = False;
@@ -4871,7 +4871,7 @@ static void mc_print_usage(void)
 "    --undef-value-errors=no|yes      check for undefined value errors [yes]\n"
 "    --track-origins=no|yes           show origins of undefined values? [no]\n"
 "    --partial-loads-ok=no|yes        too hard to explain here; see manual [no]\n"
-"    --freelist-vol=<number>          volume of freed blocks queue [10000000]\n"
+"    --freelist-vol=<number>          volume of freed blocks queue [20000000]\n"
 "    --workaround-gcc296-bugs=no|yes  self explanatory [no]\n"
 "    --ignore-ranges=0xPP-0xQQ[,0xRR-0xSS]   assume given addresses are OK\n"
 "    --malloc-fill=<hexnumber>        fill malloc'd areas with given value\n"