Searched refs:c2Linear (Results 1 – 1 of 1) sorted by relevance
573 std::shared_ptr<C2LinearAllocation> c2Linear; in allocate() local575 c2Params.data.params[0], c2Params.data.usage, &c2Linear); in allocate()576 if (status == C2_OK && c2Linear) { in allocate()577 BufferPoolAllocation *ptr = new BufferPoolAllocation(c2Linear->handle()); in allocate()580 ptr, LinearAllocationDtor(c2Linear)); in allocate()