Home
last modified time | relevance | path

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

/external/skia/infra/bots/assets/valgrind/
Dcreate.py29 VALGRIND = 'valgrind-3.15.0' variable
/external/zstd/zlibWrapper/
DMakefile70 valgrindTest: VALGRIND = LD_LIBRARY_PATH=$(ZSTDLIBDIR) valgrind --track-origins=yes --leak-check=fu… macro
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
DMakefile211 VALGRIND = valgrind --leak-check=yes --error-exitcode=1 macro
/external/zstd/tests/
DMakefile254 valgrindTest: VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1 macro