Home
last modified time | relevance | path

Searched refs:kIndirectlyLeaked (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_common.cc231 /* frontier */ 0, "HEAP", kIndirectlyLeaked); in MarkIndirectlyLeakedCb()
288 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) { in CollectLeaksCb()
306 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) { in PrintLeakedCb()
426 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked); in Add()
Dlsan_common.h35 kIndirectlyLeaked = 1, enumerator