]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Only show per-offset access counts for allocations up to 1024 bytes,
authorJulian Seward <jseward@acm.org>
Mon, 10 Jan 2011 14:56:59 +0000 (14:56 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 10 Jan 2011 14:56:59 +0000 (14:56 +0000)
to avoid producing ridiculous amounts of output.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11493

exp-dhat/dh_main.c

index 2edd5f3772cf66dae5f8dcd1356f38dbaa2612f1..82eb941b7b3756fc7a3b0ac2e7dd983d03f91e68 100644 (file)
@@ -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
 
 
 //------------------------------------------------------------//