Home
last modified time | relevance | path

Searched defs:pool_allocator (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/pool/test/
Dtest_poisoned_macros.cpp43 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/boost/libs/log/src/
Dattribute_set_impl.hpp52 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/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h59 pool_allocator() {} in pool_allocator() function
62 pool_allocator(const pool_allocator<Other> &p) in pool_allocator() function
/third_party/boost/boost/pool/
Dpool_alloc.hpp152 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