Searched refs:LeakInfo (Results 1 – 2 of 2) sorted by relevance
75 struct LeakInfo { struct77 Node<LeakInfo> node;83 LeakInfo(const Range& range, Allocator<LeakInfo> allocator) in LeakInfo() argument87 DISALLOW_COPY_AND_ASSIGN(LeakInfo);93 allocator::map<Range, LeakInfo, compare_range> leak_map_;94 Graph<LeakInfo> leak_graph_;
31 SCCList<LeakInfo> scc_list{allocator_}; in ComputeDAG()50 LeakInfo& leak = it.second; in ComputeDAG()72 Allocator<LeakInfo> leak_allocator = allocator_; in FoldLeaks()79 LeakInfo& leak = it.first->second; in FoldLeaks()86 LeakInfo& leak = it.second; in FoldLeaks()90 LeakInfo* ptr_leak = &leak_map_.at(ptr_range); in FoldLeaks()115 const LeakInfo& leak = it.second; in Leaked()121 const LeakInfo& leak = it.second; in Leaked()