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

  /system/core/libmemunreachable/
LeakFolding.h 65 struct LeakInfo {
67 Node<LeakInfo> node;
73 LeakInfo(const Range& range, Allocator<LeakInfo> allocator)
78 DISALLOW_COPY_AND_ASSIGN(LeakInfo);
84 allocator::map<Range, LeakInfo, compare_range> leak_map_;
85 Graph<LeakInfo> leak_graph_;
LeakFolding.cpp 29 SCCList<LeakInfo> scc_list{allocator_};
48 LeakInfo& leak = it.second;
73 Allocator<LeakInfo> leak_allocator = allocator_;
82 LeakInfo& leak = it.first->second;
89 LeakInfo& leak = it.second;
93 LeakInfo* ptr_leak = &leak_map_.at(ptr_range);
118 const LeakInfo& leak = it.second;
124 const LeakInfo& leak = it.second;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 155 typedef std::pair<const ExplodedNode*, const MemRegion*> LeakInfo;
387 LeakInfo getAllocationSite(const ExplodedNode *N, SymbolRef Sym,
    [all...]

Completed in 241 milliseconds