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.cc991 auto* raw_alloc_rec = alloc_rec.release(); in PostAllocRecord() local
993 task_runner_->PostTask([weak_this, raw_alloc_rec, worker] { in PostAllocRecord()
995 std::unique_ptr<AllocRecord>(raw_alloc_rec); in PostAllocRecord()