]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge from trunk, r11493 (Only show per-offset access counts for
authorJulian Seward <jseward@acm.org>
Mon, 14 Feb 2011 09:48:02 +0000 (09:48 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 14 Feb 2011 09:48:02 +0000 (09:48 +0000)
allocations up to 1024 bytes)

git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_6_BRANCH@11542

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
 
 
 //------------------------------------------------------------//