Searched +full:asan +full:- +full:noleaks (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/grpc-grpc/tools/run_tests/generated/ |
H A D | configs.json | 3 "config": "asan", 10 "config": "asan-noleaks", 16 "config": "asan-trace-cmp", 23 "config": "c++-compat" 35 "--tool=helgrind" 45 "--tool=memcheck", 46 "--leak-check=full"
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | build_handwritten.yaml | 8 '#04': not listed in doc/g_stands_for.md - and update that document to list the 11 '#07': Master always has a "-dev" suffix 12 '#08': Use "-preN" suffixes to identify pre-release versions 13 '#09': Per-language overrides are possible with (eg) ruby_version tag here 21 asan: 23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS 27 LDFLAGS: -fsanitize=address 33 asan-noleaks: 35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | build_handwritten.yaml | 8 '#04': not listed in doc/g_stands_for.md - and update that document to list the 11 '#07': Master always has a "-dev" suffix 12 '#08': Use "-preN" suffixes to identify pre-release versions 13 '#09': Per-language overrides are possible with (eg) ruby_version tag here 21 asan: 23 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer 24 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS 27 LDFLAGS: -fsanitize=address 33 asan-noleaks: 35 CPPFLAGS: -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize=address -fno-omit-frame-pointer [all …]
|
/aosp_15_r20/system/memory/libmemunreachable/ |
D | MemUnreachable.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 27 #include <android-base/macros.h> 28 #include <android-base/strings.h> 79 malloc_iterate(heap_mapping.begin, heap_mapping.end - heap_mapping.begin, in HeapIterate() 93 heap_walker_.Mapping(it->begin, it->end); in CollectAllocations() 105 MEM_ALOGV("Heap mapping %" PRIxPTR "-%" PRIxPTR " %s", it->begin, it->end, it->name); in CollectAllocations() 111 MEM_ALOGV("Anon mapping %" PRIxPTR "-%" PRIxPTR " %s", it->begin, it->end, it->name); in CollectAllocations() 112 heap_walker_.Allocation(it->begin, it->end); in CollectAllocations() 116 MEM_ALOGV("Globals mapping %" PRIxPTR "-%" PRIxPTR " %s", it->begin, it->end, it->name); in CollectAllocations() 117 heap_walker_.Root(it->begin, it->end); in CollectAllocations() [all …]
|