From: Julian Seward Date: Mon, 10 Jan 2011 14:56:59 +0000 (+0000) Subject: Only show per-offset access counts for allocations up to 1024 bytes, X-Git-Tag: svn/VALGRIND_3_7_0~710 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28e09daf10185ecb21b75c74552c457f834648b3;p=thirdparty%2Fvalgrind.git Only show per-offset access counts for allocations up to 1024 bytes, to avoid producing ridiculous amounts of output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11493 --- 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 //------------------------------------------------------------//