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