OLD | NEW |
| 1 Name: valgrind |
| 2 URL: http://valgrind.org |
| 3 |
1 The single header file (valgrind.h) in this directory defines runtime | 4 The single header file (valgrind.h) in this directory defines runtime |
2 macros that determine whether the current process is running under | 5 macros that determine whether the current process is running under |
3 Valgrind. | 6 Valgrind. |
4 | 7 |
5 This header file was taken from Valgrind source code (version 3.4.1, | 8 This header file was taken from Valgrind source code (version 3.4.1, |
6 available at http://valgrind.org/downloads/valgrind-3.4.1.tar.bz2, dated | 9 available at http://valgrind.org/downloads/valgrind-3.4.1.tar.bz2, dated |
7 28 Feb 2009). The file is covered under BSD license as described within | 10 28 Feb 2009). The file is covered under BSD license as described within |
8 the file. | 11 the file. |
OLD | NEW |