Searched refs:mAllocIon (Results 1 – 1 of 1) sorted by relevance
98 std::shared_ptr<C2Allocator> mAllocIon; member in __anona475c49d0111::SimplePlayer147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()148 mLinearPool = std::make_shared<C2PooledBlockPool>(mAllocIon, mLinearPoolId++); in SimplePlayer()290 mLinearPool.reset(new C2PooledBlockPool(mAllocIon, mLinearPoolId++)); in play()