Searched defs:pool_allocator (Results 1 – 1 of 1) sorted by relevance
256 pool_allocator() : allocator(GlobalPoolAllocator) { } in pool_allocator() function257 pool_allocator(TPoolAllocator& a) : allocator(a) { } in pool_allocator() function258 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function261 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } in pool_allocator() function