Searched refs:__pool_alloc (Results 1 – 4 of 4) sorted by relevance
126 class __pool_alloc : private __pool_alloc_base142 { typedef __pool_alloc<_Tp1> other; };144 __pool_alloc() throw() { } in throw()146 __pool_alloc(const __pool_alloc&) throw() { } in throw()149 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { } in __pool_alloc() function151 ~__pool_alloc() throw() { } in throw()181 operator==(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)186 operator!=(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&)191 __pool_alloc<_Tp>::_S_force_new;195 __pool_alloc<_Tp>::allocate(size_type __n, const void*) in allocate()[all …]
171 template class __pool_alloc<char>; variable172 template class __pool_alloc<wchar_t>; variable
40 #define __glibcxx_base_allocator __gnu_cxx::__pool_alloc
1362 * include/bits/stl_alloc.h (__pool_alloc::allocate): Remove assert.