Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: valgrind | 1 Name: valgrind |
| 2 URL: http://valgrind.org | 2 URL: http://valgrind.org |
| 3 | 3 |
| 4 The single header file (valgrind.h) in this directory defines runtime | 4 Header files in this directory define runtime macros that determine whether the |
| 5 macros that determine whether the current process is running under | 5 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"
| |
| 6 Valgrind. | 6 memory allocators and so on. |
| 7 | 7 |
| 8 This header file was taken from Valgrind source code (version 3.4.1, | 8 These header files were taken from Valgrind source code |
| 9 available at http://valgrind.org/downloads/valgrind-3.4.1.tar.bz2, dated | 9 (svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are |
| 10 28 Feb 2009). The file is covered under BSD license as described within | 10 covered under BSD license as described within. |
| 11 the file. | |
| OLD | NEW |