Searched refs:LeakInfo (Results 1 – 2 of 2) sorted by relevance
65 struct LeakInfo { struct67 Node<LeakInfo> node;73 LeakInfo(const Range& range, Allocator<LeakInfo> allocator) in LeakInfo() function78 DISALLOW_COPY_AND_ASSIGN(LeakInfo);84 allocator::map<Range, LeakInfo, compare_range> leak_map_;85 Graph<LeakInfo> leak_graph_;
29 SCCList<LeakInfo> scc_list{allocator_}; in ComputeDAG()48 LeakInfo& leak = it.second; in ComputeDAG()73 Allocator<LeakInfo> leak_allocator = allocator_; in FoldLeaks()82 LeakInfo& leak = it.first->second; in FoldLeaks()89 LeakInfo& leak = it.second; in FoldLeaks()93 LeakInfo* ptr_leak = &leak_map_.at(ptr_range); in FoldLeaks()118 const LeakInfo& leak = it.second; in Leaked()124 const LeakInfo& leak = it.second; in Leaked()