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

Side by Side Diff: deps/third_party/valgrind/scripts/redzone.patch

Issue 550036: svn copy tools/valgrind/{*.patch,build-*.sh} deps/third_party/valgrind/script... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/
Patch Set: '' Created 10 years, 11 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
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/tools/valgrind/redzone.patch:r69-2775
OLDNEW
1 Index: memcheck/mc_include.h 1 Index: memcheck/mc_include.h
2 =================================================================== 2 ===================================================================
3 --- memcheck/mc_include.h (revision 10888) 3 --- memcheck/mc_include.h (revision 10888)
4 +++ memcheck/mc_include.h (working copy) 4 +++ memcheck/mc_include.h (working copy)
5 @@ -43,7 +43,7 @@ 5 @@ -43,7 +43,7 @@
6 /*------------------------------------------------------------*/ 6 /*------------------------------------------------------------*/
7 7
8 /* We want at least a 16B redzone on client heap blocks for Memcheck */ 8 /* We want at least a 16B redzone on client heap blocks for Memcheck */
9 -#define MC_MALLOC_REDZONE_SZB 16 9 -#define MC_MALLOC_REDZONE_SZB 16
10 +#define MC_MALLOC_REDZONE_SZB 64 10 +#define MC_MALLOC_REDZONE_SZB 64
11 11
12 /* For malloc()/new/new[] vs. free()/delete/delete[] mismatch checking. */ 12 /* For malloc()/new/new[] vs. free()/delete/delete[] mismatch checking. */
13 typedef 13 typedef
OLDNEW
« no previous file with comments | « deps/third_party/valgrind/scripts/possible.patch ('k') | deps/third_party/valgrind/scripts/vbug205541.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698