Searched defs:pool_allocator (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/pool/test/ |
D | test_poisoned_macros.cpp | 43 template class boost::pool_allocator<int, boost::default_user_allocator_new_delete>; member in boost 44 template class boost::pool_allocator<int, boost::default_user_allocator_malloc_free>; member in boost
|
/third_party/glslang/glslang/Include/ |
D | PoolAlloc.h | 280 pool_allocator() : allocator(GetThreadPoolAllocator()) { } in pool_allocator() function 281 pool_allocator(TPoolAllocator& a) : allocator(a) { } in pool_allocator() function 282 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function 285 pool_allocator(const pool_allocator<Other>& p) : allocator(p.getAllocator()) { } in pool_allocator() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 264 pool_allocator() : allocator(GetGlobalPoolAllocator()) { } in pool_allocator() function 265 pool_allocator(TPoolAllocator& a) : allocator(&a) { } in pool_allocator() function 266 pool_allocator(const pool_allocator<T>& p) : allocator(p.allocator) { } in pool_allocator() function 275 pool_allocator(const pool_allocator<Other>& p) : allocator(&p.getAllocator()) { } in pool_allocator() function
|
/third_party/boost/libs/log/src/ |
D | attribute_set_impl.hpp | 52 class pool_allocator : class 79 pool_allocator() : m_PooledCount(0) in pool_allocator() function in boost::pool_allocator 83 pool_allocator(pool_allocator const& that) : in pool_allocator() function in boost::pool_allocator 90 pool_allocator(pool_allocator< U > const& that) : in pool_allocator() function in boost::pool_allocator 147 pool_allocator(pool_allocator< U > const& that) : in pool_allocator() function in boost::pool_allocator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 59 pool_allocator() {} in pool_allocator() function 62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 59 pool_allocator() {} in pool_allocator() function 62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator() function
|
/third_party/boost/boost/pool/ |
D | pool_alloc.hpp | 152 class pool_allocator class 180 pool_allocator() in pool_allocator() function in boost::pool_allocator 198 pool_allocator(const pool_allocator<U, UserAllocator, Mutex, NextSize, MaxSize> &) in pool_allocator() function in boost::pool_allocator 285 class pool_allocator<void, UserAllocator, Mutex, NextSize, MaxSize> class
|