Searched refs:C2PooledBlockPool (Results 1 – 9 of 9) sorted by relevance
75 class C2PooledBlockPool : public C2BlockPool {77 C2PooledBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);79 virtual ~C2PooledBlockPool() override;
642 class C2PooledBlockPool::Impl {747 C2PooledBlockPool::C2PooledBlockPool( in C2PooledBlockPool() function in C2PooledBlockPool751 C2PooledBlockPool::~C2PooledBlockPool() { in ~C2PooledBlockPool()754 c2_status_t C2PooledBlockPool::fetchLinearBlock( in fetchLinearBlock()764 c2_status_t C2PooledBlockPool::fetchGraphicBlock( in fetchGraphicBlock()776 int64_t C2PooledBlockPool::getConnectionId() { in getConnectionId()
314 std::make_shared<C2PooledBlockPool>( in _createBlockPool()327 std::make_shared<C2PooledBlockPool>(allocator, poolId); in _createBlockPool()
148 mLinearPool = std::make_shared<C2PooledBlockPool>(mAllocIon, mLinearPoolId++); in SimplePlayer()290 mLinearPool.reset(new C2PooledBlockPool(mAllocIon, mLinearPoolId++)); in play()
87 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
93 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
86 mGraphicPool = std::make_shared<C2PooledBlockPool>(mGraphicAllocator, in SetUp()
96 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
285 return std::make_shared<C2PooledBlockPool>(mLinearAllocator, mBlockPoolId++); in makeLinearBlockPool()