Home
last modified time | relevance | path

Searched refs:DisabledInThisThread (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common_linux.cpp44 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
Dlsan_common_mac.cpp72 bool DisabledInThisThread() { in DisabledInThisThread() function
Dlsan_common_fuchsia.cpp35 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
Dlsan_common.h166 bool DisabledInThisThread();
Dlsan_allocator.cpp64 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
/external/compiler-rt/lib/lsan/
Dlsan_common.h120 bool DisabledInThisThread();
Dlsan_allocator.cc75 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
Dlsan_common.cc36 bool DisabledInThisThread() { return disable_counter > 0; } in DisabledInThisThread() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc451 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp602 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()