Home | History | Annotate | Download | only in ext

Lines Matching refs:__pool_alloc

64    *  @brief  Base class for __pool_alloc.
126 class __pool_alloc : private __pool_alloc_base
142 { typedef __pool_alloc<_Tp1> other; };
150 __pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
152 __pool_alloc(const __pool_alloc&) _GLIBCXX_USE_NOEXCEPT { }
155 __pool_alloc(const __pool_alloc<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
157 ~__pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
200 operator==(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)
205 operator!=(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)
210 __pool_alloc<_Tp>::_S_force_new;
214 __pool_alloc<_Tp>::allocate(size_type __n, const void*)
258 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)