summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/redzone.patch
blob: 22f0bf7f01ac0ad7ca95d4c2319e3bc95fc80b7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: memcheck/mc_include.h
===================================================================
--- memcheck/mc_include.h	(revision 10888)
+++ memcheck/mc_include.h	(working copy)
@@ -43,7 +43,7 @@
 /*------------------------------------------------------------*/
 
 /* We want at least a 16B redzone on client heap blocks for Memcheck */
-#define MC_MALLOC_REDZONE_SZB    16
+#define MC_MALLOC_REDZONE_SZB    64
 
 /* For malloc()/new/new[] vs. free()/delete/delete[] mismatch checking. */
 typedef