Searched defs:pool_allocator (Results 1 – 2 of 2) sorted by relevance
264 pool_allocator() : allocator(GetGlobalPoolAllocator()) { } in pool_allocator() function265 pool_allocator(TPoolAllocator& a) : allocator(&a) { } in pool_allocator() function266 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function275 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { } in pool_allocator() function
280 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator() function281 pool_allocator(TPoolAllocator& a) : allocator(a) { } in pool_allocator() function282 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function285 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } in pool_allocator() function