HomeSort by: relevance | last modified time | path
    Searched refs:kIndirectlyLeaked (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.h 59 kIndirectlyLeaked = 1,
lsan_common.cc 155 // (|tag| = kIndirectlyLeaked). In the second case, there's no flood fill,
160 CHECK(tag == kReachable || tag == kIndirectlyLeaked);
171 // Pointers to self don't count. This matters when tag == kIndirectlyLeaked.
362 /* frontier */ nullptr, "HEAP", kIndirectlyLeaked);
495 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) {
673 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked);

Completed in 12 milliseconds