Home
last modified time | relevance | path

Searched refs:StoreAllocation (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dheap_profile_tracker.h54 void StoreAllocation(uint32_t seq_id, SourceAllocation);
Dheap_profile_tracker.cc376 void HeapProfileTracker::StoreAllocation(uint32_t seq_id, in StoreAllocation() function in perfetto::trace_processor::HeapProfileTracker
Dproto_trace_parser.cc373 context_->heap_profile_tracker->StoreAllocation(seq_id, src_allocation); in ParseProfilePacket()