Searched refs:kIgnored (Results 1 – 5 of 5) sorted by relevance
67 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()344 if (m->tag == kIgnored) in IgnoreObject()346 m->tag = kIgnored; in IgnoreObject()
352 if (m.tag() == kReachable || m.tag() == kIgnored) in ScanForPointers()686 if (!m.allocated() || m.tag() == kIgnored) in IgnoredSuppressedCb()697 m.set_tag(kIgnored); in IgnoredSuppressedCb()706 if (m.allocated() && m.tag() == kIgnored) { in CollectIgnoredCb()747 if (m.allocated() && m.tag() != kIgnored) in ResetTagsCb()
74 kIgnored = 3 enumerator
259 meta->SetLsanTag(__lsan::DisabledInThisThread() ? __lsan::kIgnored in HwasanAllocate()644 if (metadata->GetLsanTag() == kIgnored) in IgnoreObject()647 metadata->SetLsanTag(kIgnored); in IgnoreObject()
655 m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored in Allocate()1223 if (m->lsan_tag == kIgnored) in IgnoreObject()1225 m->lsan_tag = __lsan::kIgnored; in IgnoreObject()