Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h141 void HandleAllocRecord(AllocRecord);
Dheapprofd_producer.cc909 weak_this->HandleAllocRecord(std::move(*raw_alloc_rec)); in PostAllocRecord()
935 void HeapprofdProducer::HandleAllocRecord(AllocRecord alloc_rec) { in HandleAllocRecord() function in perfetto::profiling::HeapprofdProducer