Home
last modified time | relevance | path

Searched refs:heap_infos (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h202 std::map<uint32_t, HeapInfo> heap_infos; member
205 auto it = heap_infos.find(heap_id); in GetHeapInfo()
206 if (it == heap_infos.end()) { in GetHeapInfo()
207 std::tie(it, std::ignore) = heap_infos.emplace( in GetHeapInfo()
Dheapprofd_producer.cc697 for (auto& heap_id_and_heap_info : process_state->heap_infos) { in DumpProcessState()