Lines Matching refs:allocator
60 class allocator;
64 class allocator<void>
75 { typedef allocator<_Tp1> other; };
85 class allocator: public __glibcxx_base_allocator<_Tp>
98 { typedef allocator<_Tp1> other; };
100 allocator() throw() { } in throw()
102 allocator(const allocator& __a) throw() in throw()
106 allocator(const allocator<_Tp1>&) throw() { } in allocator() function
108 ~allocator() throw() { } in throw()
115 operator==(const allocator<_T1>&, const allocator<_T2>&)
120 operator==(const allocator<_Tp>&, const allocator<_Tp>&)
125 operator!=(const allocator<_T1>&, const allocator<_T2>&)
130 operator!=(const allocator<_Tp>&, const allocator<_Tp>&)
137 extern template class allocator<char>;
138 extern template class allocator<wchar_t>;