Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.h81 struct SourceAllocationIndex { struct
85 bool operator<(const SourceAllocationIndex& o) const { argument
110 std::map<SourceAllocationIndex, std::set<CallsiteId>> seen_callstacks;
Dheap_profile_tracker.cc318 sequence_state.seen_callstacks[SourceAllocationIndex{ in AddAllocation()