mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
71e0b2a3f8
commit
28e09daf10
@ -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
|
||||
|
||||
|
||||
//------------------------------------------------------------//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user