HomeSort by relevance Sort by last modified time
    Searched defs:Leaked (Results 1 - 3 of 3) sorted by null

  /system/core/libmemunreachable/
LeakFolding.cpp 74 // Find all leaked allocations insert them into leak_map_ and leak_graph_
84 // Find references between leaked allocations and connect them in leak_graph_
110 bool LeakFolding::Leaked(allocator::vector<LeakFolding::Leak>& leaked, size_t* num_leaks_out,
123 leaked.emplace_back(Leak{leak.range, leak.scc->cuumulative_count - 1,
HeapWalker.cpp 119 bool HeapWalker::Leaked(allocator::vector<Range>& leaked, size_t limit, size_t* num_leaks_out,
121 leaked.clear();
136 leaked.push_back(it->first);
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 315 Out << "Leaked";
319 Out << "Leaked (Bad naming)";
323 Out << "Leaked (GC-ed at return)";
    [all...]

Completed in 86 milliseconds