Home | History | Annotate | Download | only in ext

Lines Matching full:__pool_alloc

62    *  @brief  Base class for __pool_alloc.
124 class __pool_alloc : private __pool_alloc_base
140 { typedef __pool_alloc<_Tp1> other; };
142 __pool_alloc() throw() { }
144 __pool_alloc(const __pool_alloc&) throw() { }
147 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { }
149 ~__pool_alloc() throw() { }
186 operator==(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)
191 operator!=(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)
196 __pool_alloc<_Tp>::_S_force_new;
200 __pool_alloc<_Tp>::allocate(size_type __n, const void*)
244 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n)