Searched refs:path_to_node (Results 1 – 1 of 1) sorted by relevance
270 for (const auto& path_to_node : source.allocator_nodes()) { in CollectAllocatorNodes() local271 const std::string& path = path_to_node.first; in CollectAllocatorNodes()272 const RawMemoryGraphNode& raw_node = *path_to_node.second; in CollectAllocatorNodes()