Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc756 AllocRecord* raw_alloc_rec = new AllocRecord(std::move(alloc_rec)); in PostAllocRecord() local
758 task_runner_->PostTask([weak_this, raw_alloc_rec] { in PostAllocRecord()
760 weak_this->HandleAllocRecord(std::move(*raw_alloc_rec)); in PostAllocRecord()
761 delete raw_alloc_rec; in PostAllocRecord()