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

Side by Side Diff: scripts/redzone.patch

Issue 6821070: Remove unused .patch files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 9 years, 8 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 | « scripts/possible.patch ('k') | scripts/vbug210481.patch » ('j') | 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 | « scripts/possible.patch ('k') | scripts/vbug210481.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698