Home
last modified time | relevance | path

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

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