Searched refs:kDirectlyLeaked (Results 1 – 4 of 4) sorted by relevance
34 kDirectlyLeaked = 0, // default enumerator
374 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) { in CollectLeaksCb()509 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked); in AddLeakedChunk()510 bool is_directly_leaked = (tag == kDirectlyLeaked); in AddLeakedChunk()
64 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
403 : __lsan::kDirectlyLeaked; in Allocate()