Lines Matching refs:BufferPoolAllocation
562 std::shared_ptr<bufferpool_impl::BufferPoolAllocation> *alloc,
643 void operator()(bufferpool_impl::BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
652 void operator()(bufferpool_impl::BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
659 std::shared_ptr<bufferpool_impl::BufferPoolAllocation> *alloc, in allocate()
672 bufferpool_impl::BufferPoolAllocation *ptr = in allocate()
673 new bufferpool_impl::BufferPoolAllocation(c2Linear->handle()); in allocate()
675 *alloc = std::shared_ptr<bufferpool_impl::BufferPoolAllocation>( in allocate()
695 bufferpool_impl::BufferPoolAllocation *ptr = in allocate()
696 new bufferpool_impl::BufferPoolAllocation(c2Graphic->handle()); in allocate()
698 *alloc = std::shared_ptr<bufferpool_impl::BufferPoolAllocation>( in allocate()
873 std::shared_ptr<bufferpool2_impl::BufferPoolAllocation> *alloc,
954 void operator()(bufferpool2_impl::BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
963 void operator()(bufferpool2_impl::BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()
970 std::shared_ptr<bufferpool2_impl::BufferPoolAllocation> *alloc, in allocate()
983 bufferpool2_impl::BufferPoolAllocation *ptr = in allocate()
984 new bufferpool2_impl::BufferPoolAllocation(c2Linear->handle()); in allocate()
986 *alloc = std::shared_ptr<bufferpool2_impl::BufferPoolAllocation>( in allocate()
1006 bufferpool2_impl::BufferPoolAllocation *ptr = in allocate()
1007 new bufferpool2_impl::BufferPoolAllocation(c2Graphic->handle()); in allocate()
1009 *alloc = std::shared_ptr<bufferpool2_impl::BufferPoolAllocation>( in allocate()