Home
last modified time | relevance | path

Searched full:detect_leaks (Results 1 – 25 of 125) sorted by relevance

12345

/external/oss-fuzz/projects/libpsl/
Dbuild.sh25 UBSAN_OPTIONS=detect_leaks=0 \
38 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
44 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
53 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
82 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
/external/llvm-project/compiler-rt/test/fuzzer/
Dfuzzer-leak.test8 RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=1 %t-corpus 2>&1 | FileCheck %s --check-prefix…
11 LEAK_DURING: INFO: to ignore leaks on libFuzzer side use -detect_leaks=0
19 RUN: not %run %t-LeakTest -runs=0 -detect_leaks=1 %S 2>&1 | FileCheck %s --check-prefix=LEAK_IN_COR…
27 RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=LEAK_AFTER
29 RUN: not %run %t-ThreadedLeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=L…
/external/llvm/lib/Fuzzer/test/
Dfuzzer-leak.test2 RUN: not LLVMFuzzer-LeakTest -runs=100000 -detect_leaks=1 2>&1 | FileCheck %s --check-prefix=LEAK_D…
8 RUN: not LLVMFuzzer-LeakTest -runs=0 -detect_leaks=1 %S 2>&1 | FileCheck %s --check-prefix=LEAK_IN_…
13 RUN: not LLVMFuzzer-LeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=LEAK_A…
25 RUN: LLVMFuzzer-AccumulateAllocationsTest -detect_leaks=1 -runs=100000 2>&1 | FileCheck %s --check-…
/external/oss-fuzz/projects/gnutls/
Dbuild.sh26 ASAN_OPTIONS=detect_leaks=0 \
33 ASAN_OPTIONS=detect_leaks=0 \
45 ASAN_OPTIONS=detect_leaks=0 \
63 ASAN_OPTIONS=detect_leaks=0 \
78 ASAN_OPTIONS=detect_leaks=0 LIBS="-lunistring" CXXFLAGS="$CXXFLAGS -L$DEPS_PATH/lib" \
/external/grpc-grpc/tools/run_tests/generated/
Dconfigs.json8 "ASAN_OPTIONS": "detect_leaks=1:color=always",
18 "ASAN_OPTIONS": "detect_leaks=1:color=always",
41 "ASAN_OPTIONS": "detect_leaks=0:color=always"
/external/compiler-rt/test/asan/TestCases/Linux/
Dleak.cc5 // RUN: %env_asan_opts=detect_leaks=1 not %run %t 2>&1 | FileCheck %s
7 // RUN: %env_asan_opts=detect_leaks=0 %run %t
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dleak.cpp5 // RUN: %env_asan_opts=detect_leaks=1 not %run %t 2>&1 | FileCheck %s
7 // RUN: %env_asan_opts=detect_leaks=0 %run %t
/external/llvm-project/compiler-rt/lib/asan/
Dasan_flags.cpp56 cf.detect_leaks = cf.detect_leaks && CAN_SANITIZE_LEAKS; in InitializeFlags()
138 if (!CAN_SANITIZE_LEAKS && common_flags()->detect_leaks) { in InitializeFlags()
139 Report("%s: detect_leaks is not supported on this platform.\n", in InitializeFlags()
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
Dsymbolizer-function-offset-dladdr.cpp4 // NOTE: `detect_leaks=0` is necessary because with LSan enabled the dladdr
10 // RUN: %env_asan_opts=detect_leaks=0,verbosity=2,external_symbolizer_path=,stack_trace_format='"fu…
/external/oss-fuzz/projects/libtorrent/
Dbuild.sh22 ASAN_OPTIONS=detect_leaks=0
32 ASAN_OPTIONS=detect_leaks=0 b2 clang-ossfuzz -j$(nproc) crypto=openssl fuzz=external sanitize=off s…
/external/libprotobuf-mutator/examples/
Dfuzzer_test.h41 std::string cmd = "ASAN_OPTIONS=detect_leaks=0 ./" + name; in RunFuzzer()
42 cmd += " -detect_leaks=0"; in RunFuzzer()
/external/compiler-rt/lib/asan/
Dasan_flags.cc64 cf.detect_leaks = CAN_SANITIZE_LEAKS; in InitializeFlags()
130 if (!CAN_SANITIZE_LEAKS && common_flags()->detect_leaks) { in InitializeFlags()
131 Report("%s: detect_leaks is not supported on this platform.\n", in InitializeFlags()
/external/oss-fuzz/projects/icu/
Dbuild.sh31 export ASAN_OPTIONS="detect_leaks=0"
32 export UBSAN_OPTIONS="detect_leaks=0"
/external/compiler-rt/lib/lsan/
Dlsan.cc47 cf.detect_leaks = true; in InitializeFlags()
87 if (common_flags()->detect_leaks && common_flags()->leak_check_at_exit) in __lsan_init()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan.cpp63 cf.detect_leaks = true; in InitializeFlags()
107 if (common_flags()->detect_leaks && common_flags()->leak_check_at_exit) in __lsan_init()
/external/rust/crates/grpcio-sys/grpc/
Dbuild_handwritten.yaml77 ASAN_OPTIONS: detect_leaks=1:color=always
89 ASAN_OPTIONS: detect_leaks=0:color=always
101 ASAN_OPTIONS: detect_leaks=1:color=always
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml148 asan-options: detect_leaks=0
156 asan-options: detect_leaks=0
164 asan-options: detect_leaks=0
172 asan-options: detect_leaks=0
/external/rust/crates/grpcio-sys/grpc/tools/
Dbazel.rc24 build:asan --action_env=ASAN_OPTIONS=detect_leaks=1:color=always
44 build:asan_macos --action_env=ASAN_OPTIONS=detect_leaks=0
/external/oss-fuzz/projects/xpdf/
Dfuzz_pdfload.options2 detect_leaks=0
/external/oss-fuzz/projects/leveldb/
Dfuzz_db.options2 detect_leaks=0
/external/oss-fuzz/projects/libucl/
Ducl_add_string_fuzzer.options2 detect_leaks=0
/external/oss-fuzz/projects/libiec61850/
Dfuzz_decode.options2 detect_leaks=0
/external/oss-fuzz/projects/libredwg/
Dllvmfuzz.options2 detect_leaks=0
/external/oss-fuzz/projects/binutils/
Dfuzz_readelf.options2 detect_leaks=0
/external/oss-fuzz/projects/radare2/
Ddefault.options3 detect_leaks=0

12345