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

Unified Diff: base/third_party/valgrind/README.chromium

Issue 6327018: Add one more Valgrind header (memcheck.h) and update the one we already have. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/third_party/valgrind/memcheck.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/valgrind/README.chromium
===================================================================
--- base/third_party/valgrind/README.chromium (revision 72478)
+++ base/third_party/valgrind/README.chromium (working copy)
@@ -1,11 +1,10 @@
Name: valgrind
URL: http://valgrind.org
-The single header file (valgrind.h) in this directory defines runtime
-macros that determine whether the current process is running under
-Valgrind.
+Header files in this directory define runtime macros that determine whether the
+current process is running under Valgrind, tell Memcheck tool about custom
Alexander Potapenko 2011/01/25 09:57:58 Mb just "determine whether the current process is
Evgeniy Stepanov 2011/01/25 10:22:17 Fine. We are actually using it for the "and so on"
+memory allocators and so on.
-This header file was taken from Valgrind source code (version 3.4.1,
-available at http://valgrind.org/downloads/valgrind-3.4.1.tar.bz2, dated
-28 Feb 2009). The file is covered under BSD license as described within
-the file.
+These header files were taken from Valgrind source code
+(svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are
+covered under BSD license as described within.
« no previous file with comments | « no previous file | base/third_party/valgrind/memcheck.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698