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