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 and tell Memcheck tool about custom |
+memory allocators. |
-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. |