Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc371 m.set_tag(kDirectlyLeaked); in ResetTagsCb()
387 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) { in CollectLeaksCb()
538 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked); in AddLeakedChunk()
539 bool is_directly_leaked = (tag == kDirectlyLeaked); in AddLeakedChunk()
Dlsan_common.h41 kDirectlyLeaked = 0, // default enumerator
Dlsan_allocator.cc75 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked; in RegisterAllocation()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc452 : __lsan::kDirectlyLeaked; in Allocate()