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