Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 23-Nov-2023 | 2 KiB | 40 | 31 | |
README.chromium | D | 23-Nov-2023 | 415 | 12 | 9 | |
memcheck.h | D | 23-Nov-2023 | 13.1 KiB | 280 | 111 | |
valgrind.h | D | 23-Nov-2023 | 273.5 KiB | 4,793 | 3,990 |
README.chromium
1Name: valgrind 2URL: http://valgrind.org 3License: BSD 4 5Header files in this directory define runtime macros that determine whether the 6current process is running under Valgrind and tell Memcheck tool about custom 7memory allocators. 8 9These header files were taken from Valgrind source code 10(svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are 11covered under BSD license as described within. 12