Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: tools/valgrind/redzone.patch

Issue 216048: Increase valgrind's redzone from 16 to 64 bytes.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/valgrind/chrome_tests.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « tools/valgrind/chrome_tests.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698