Searched refs:raw_alloc_rec (Results 1 – 1 of 1) sorted by relevance
756 AllocRecord* raw_alloc_rec = new AllocRecord(std::move(alloc_rec)); in PostAllocRecord() local758 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()