From: Julian Seward Date: Mon, 14 Feb 2011 09:48:02 +0000 (+0000) Subject: Merge from trunk, r11493 (Only show per-offset access counts for X-Git-Tag: svn/VALGRIND_3_6_1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1d347e73b8e5771a33947478faed234b964349;p=thirdparty%2Fvalgrind.git Merge from trunk, r11493 (Only show per-offset access counts for allocations up to 1024 bytes) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_6_BRANCH@11542 --- diff --git a/exp-dhat/dh_main.c b/exp-dhat/dh_main.c index 2edd5f3772..82eb941b7b 100644 --- a/exp-dhat/dh_main.c +++ b/exp-dhat/dh_main.c @@ -41,7 +41,7 @@ #include "pub_tool_tooliface.h" #include "pub_tool_wordfm.h" -#define HISTOGRAM_SIZE_LIMIT 4096 //1024 +#define HISTOGRAM_SIZE_LIMIT 1024 //------------------------------------------------------------//