HomeSort by relevance Sort by last modified time
    Searched refs:kDirectlyLeaked (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.h 40 kDirectlyLeaked = 0, // default
lsan_common.cc 344 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) {
477 CHECK(tag == kDirectlyLeaked || tag == kIndirectlyLeaked);
478 bool is_directly_leaked = (tag == kDirectlyLeaked);
lsan_allocator.cc 75 m->tag = DisabledInThisThread() ? kIgnored : kDirectlyLeaked;
  /external/compiler-rt/lib/asan/
asan_allocator.cc 453 : __lsan::kDirectlyLeaked;

Completed in 338 milliseconds