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