Home
last modified time | relevance | path

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

/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()