Home
last modified time | relevance | path

Searched refs:__pool_alloc (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dpool_allocator.h126 class __pool_alloc : private __pool_alloc_base
142 { 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() function
151 ~__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 …]
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dpool_allocator.cc171 template class __pool_alloc<char>; variable
172 template class __pool_alloc<wchar_t>; variable
/openbsd-src/gnu/gcc/libstdc++-v3/config/allocator/
H A Dpool_allocator_base.h40 #define __glibcxx_base_allocator __gnu_cxx::__pool_alloc
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog1362 * include/bits/stl_alloc.h (__pool_alloc::allocate): Remove assert.