Home
last modified time | relevance | path

Searched defs:VALGRIND (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/infra/bots/assets/valgrind/
H A Dcreate.py29 VALGRIND = 'valgrind-3.15.0' variable
/aosp_15_r20/external/zstd/zlibWrapper/
H A DMakefile71 test-valgrind: VALGRIND = LD_LIBRARY_PATH=$(ZSTDLIBDIR) valgrind --track-origins=yes --leak-check=f… macro
/aosp_15_r20/external/lz4/tests/
H A DMakefile334 VALGRIND = valgrind --leak-check=yes --error-exitcode=1 macro
/aosp_15_r20/external/libtracefs/
H A DMakefile185 VALGRIND = $(shell which valgrind) macro
/aosp_15_r20/external/zstd/tests/
H A DMakefile279 test-valgrind: VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 macro