Lines Matching refs:allocator
142 /** returns the allocator's ID */
327 const std::shared_ptr<C2Allocator> &allocator)
328 : mAllocator(allocator) { }
395 // TODO: get proper allocator? and mutex?
411 // TODO: get proper allocator? and mutex?
438 _C2BufferPoolAllocator(const std::shared_ptr<C2Allocator> &allocator)
439 : mAllocator(allocator) {}
644 Impl(const std::shared_ptr<C2Allocator> &allocator)
647 mAllocator(std::make_shared<_C2BufferPoolAllocator>(allocator)) {
748 const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId)
749 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {}
817 /** returns the allocator's ID */
1074 const std::shared_ptr<C2Allocator> &allocator)
1075 : mAllocator(allocator) {}
1115 // TODO: get proper allocator? and mutex?