Home
last modified time | relevance | path

Searched refs:SourceAllocation (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.h37 struct SourceAllocation { struct
54 void StoreAllocation(uint32_t seq_id, SourceAllocation); argument
79 const SourceAllocation&,
91 std::vector<SourceAllocation> pending_allocs;
Dheap_profile_tracker.cc269 const SourceAllocation& alloc, in AddAllocation()
377 SourceAllocation alloc) { in StoreAllocation()
Dstack_profile_tracker.h188 struct SourceAllocation {
Dproto_trace_parser.cc352 HeapProfileTracker::SourceAllocation src_allocation; in ParseProfilePacket()