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
This commit is contained in:
Julian Seward 2011-01-10 14:56:59 +00:00
parent 71e0b2a3f8
commit 28e09daf10

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