Home
last modified time | relevance | path

Searched refs:kIgnored (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc75 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
209 if (m->tag == kIgnored) in IgnoreObjectLocked()
211 m->tag = kIgnored; in IgnoreObjectLocked()
Dlsan_common.h44 kIgnored = 3 enumerator
Dlsan_common.cc163 if (m.tag() == kReachable || m.tag() == kIgnored) continue; in ScanRangeForPointers()
333 if (m.allocated() && m.tag() == kIgnored) { in CollectIgnoredCb()
370 if (m.allocated() && m.tag() != kIgnored) in ResetTagsCb()
Dlsan_common_linux.cc117 if (m.allocated() && m.tag() != kReachable && m.tag() != kIgnored) { in ProcessPlatformSpecificAllocationsCb()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc451 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()
875 if (m->lsan_tag == kIgnored) in IgnoreObjectLocked()
877 m->lsan_tag = __lsan::kIgnored; in IgnoreObjectLocked()