Searched refs:__pool_alloc (Results 1 - 23 of 23) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/allocator/
H A Dpool_allocator_base.h35 #define __glibcxx_base_allocator __gnu_cxx::__pool_alloc
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pool_allocator/
H A Dexplicit_instantiation.cc27 template class __gnu_cxx::__pool_alloc<int>; member in class:__gnu_cxx
H A Dallocate_chunk.cc47 using __gnu_cxx::__pool_alloc;
49 __pool_alloc<big> alloc_big;
54 __pool_alloc<small> alloc_small;
H A Dcheck_allocate_max_size.cc27 typedef __gnu_cxx::__pool_alloc<value_type> allocator_type;
H A Dcheck_deallocate_null.cc27 typedef __gnu_cxx::__pool_alloc<value_type> allocator_type;
H A Dcheck_delete.cc29 typedef __gnu_cxx::__pool_alloc<unsigned int> allocator_type;
H A Dcheck_new.cc28 typedef __gnu_cxx::__pool_alloc<unsigned int> allocator_type;
H A Dvariadic_construct.cc30 __gnu_cxx::__pool_alloc<pair_type> alloc1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/allocator/
H A Dpool_allocator_base.h35 #define __glibcxx_base_allocator __gnu_cxx::__pool_alloc
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pool_allocator/
H A Dinstantiate.cc28 template class __gnu_cxx::__pool_alloc<int>; member in class:__gnu_cxx
H A Dallocate_chunk.cc48 using __gnu_cxx::__pool_alloc;
50 __pool_alloc<big> alloc_big;
55 __pool_alloc<small> alloc_small;
H A Dcheck_allocate_max_size.cc28 typedef __gnu_cxx::__pool_alloc<value_type> allocator_type;
H A Dcheck_deallocate_null.cc28 typedef __gnu_cxx::__pool_alloc<value_type> allocator_type;
H A Dcheck_delete.cc28 using __gnu_cxx::__pool_alloc;
48 typedef __pool_alloc<unsigned int> allocator_type;
H A Dcheck_new.cc28 using __gnu_cxx::__pool_alloc;
47 typedef __pool_alloc<unsigned int> allocator_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h60 * @brief Base class for __pool_alloc.
122 class __pool_alloc : private __pool_alloc_base class in inherits:__pool_alloc_base
138 { typedef __pool_alloc<_Tp1> other; };
140 __pool_alloc() throw() { } function in class:__pool_alloc
142 __pool_alloc(const __pool_alloc&) throw() { } argument
145 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { } argument
147 ~__pool_alloc() throw() { }
184 operator==(const __pool_alloc<_T argument
189 operator !=(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dpool_allocator.h60 * @brief Base class for __pool_alloc.
120 /// @brief class __pool_alloc.
122 class __pool_alloc : private __pool_alloc_base class in namespace:__gnu_cxx
138 { typedef __pool_alloc<_Tp1> other; };
140 __pool_alloc() throw() { } function in class:__gnu_cxx::__pool_alloc
142 __pool_alloc(const __pool_alloc&) throw() { } argument
145 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { } argument
147 ~__pool_alloc() thro
177 operator ==(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&) argument
182 operator !=(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dpool_allocator.cc171 template class __pool_alloc<char>;
172 template class __pool_alloc<wchar_t>;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dpool_allocator.cc171 template class __pool_alloc<char>;
172 template class __pool_alloc<wchar_t>;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_common_types.h71 typedef __gnu_cxx::__pool_alloc<Tp> a5;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_common_types.h67 typedef __gnu_cxx::__pool_alloc<Tp> a5;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure16059 ALLOCATOR_NAME=__gnu_cxx::__pool_alloc
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/
H A Dconfigure6388 ALLOCATOR_NAME=__gnu_cxx::__pool_alloc
[all...]

Completed in 212 milliseconds