Home | History | Annotate | Download | only in ext

Lines Matching full:__pool_alloc

60    *  @brief  Base class for __pool_alloc.
122 class __pool_alloc : private __pool_alloc_base
138 { typedef __pool_alloc<_Tp1> other; };
140 __pool_alloc() throw() { }
142 __pool_alloc(const __pool_alloc&) throw() { }
145 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { }
147 ~__pool_alloc() throw() { }
184 operator==(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)
189 operator!=(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)
194 __pool_alloc<_Tp>::_S_force_new;
198 __pool_alloc<_Tp>::allocate(size_type __n, const void*)
242 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)