/external/llvm/test/ |
Makefile | 41 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
zic.c | 159 static char * memcheck(char * tocheck); 424 memcheck(ptr) function 437 #define emalloc(size) memcheck(imalloc(size)) 438 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) 439 #define ecpyalloc(ptr) memcheck(icpyalloc(ptr)) 440 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp))) [all...] |
/external/icu4c/tools/tzcode/ |
zic.c | 159 static char * memcheck(char * tocheck); 424 memcheck(ptr) function 437 #define emalloc(size) memcheck(imalloc(size)) 438 #define erealloc(ptr, size) memcheck(irealloc((ptr), (size))) 439 #define ecpyalloc(ptr) memcheck(icpyalloc(ptr)) 440 #define ecatalloc(oldp, newp) memcheck(icatalloc((oldp), (newp))) [all...] |
/external/wpa_supplicant_8/src/utils/ |
common.h | 521 #include <valgrind/memcheck.h>
|
/external/qemu/android/ |
main.c | [all...] |
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 4 --tool=<name> use the Valgrind tool named <name> [memcheck] 70 tools that make use of it (Memcheck, Helgrind,
|
cmdline2.stdout.exp | 4 --tool=<name> use the Valgrind tool named <name> [memcheck] 70 tools that make use of it (Memcheck, Helgrind,
|
/external/grub/stage2/ |
shared.h | 914 int memcheck (int start, int len);
|
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_api.c | 58 #include <valgrind/memcheck.h> [all...] |