Home | History | Annotate | Download | only in ext

Lines Matching full:__pool_alloc

63    *  @brief  Base class for __pool_alloc.
125 class __pool_alloc : private __pool_alloc_base
141 { typedef __pool_alloc<_Tp1> other; };
143 __pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
145 __pool_alloc(const __pool_alloc&) _GLIBCXX_USE_NOEXCEPT { }
148 __pool_alloc(const __pool_alloc<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
150 ~__pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
193 operator==(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)
198 operator!=(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)
203 __pool_alloc<_Tp>::_S_force_new;
207 __pool_alloc<_Tp>::allocate(size_type __n, const void*)
251 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)