Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dheap_profile_tracker.cc158 context_->storage->mutable_heap_profile_allocations()->Insert(alloc_row); in AddAllocation()
159 context_->storage->mutable_heap_profile_allocations()->Insert(free_row); in AddAllocation()
Dtrace_storage.h906 HeapProfileAllocations* mutable_heap_profile_allocations() { in mutable_heap_profile_allocations() function