Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_producer.cc988 auto* raw_alloc_rec = alloc_rec.release(); in PostAllocRecord() local
990 task_runner_->PostTask([weak_this, raw_alloc_rec, worker] { in PostAllocRecord()
992 std::unique_ptr<AllocRecord>(raw_alloc_rec); in PostAllocRecord()