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

/external/compiler-rt/lib/lsan/
H A Dlsan_common.h35 kIndirectlyLeaked = 1, enumerator in enum:__lsan::ChunkTag
H A Dlsan_common.cc159 // (|tag| = kIndirectlyLeaked). In the second case, there's no flood fill,
174 // Pointers to self don't count. This matters when tag == kIndirectlyLeaked.
318 /* frontier */ 0, "HEAP", kIndirectlyLeaked);
374 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) {
509 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked);

Completed in 203 milliseconds