Searched refs:__mt_alloc (Results 1 – 3 of 3) sorted by relevance
620 class __mt_alloc : public __mt_alloc_base<_Tp>637 typedef __mt_alloc<_Tp1, pol_type> other;640 __mt_alloc() throw() { }642 __mt_alloc(const __mt_alloc&) throw() { }645 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) throw() { }647 ~__mt_alloc() throw() { }668 typename __mt_alloc<_Tp, _Poolp>::pointer669 __mt_alloc<_Tp, _Poolp>::716 __mt_alloc<_Tp, _Poolp>::734 operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)[all …]
40 #define __glibcxx_base_allocator __gnu_cxx::__mt_alloc
801 template class __mt_alloc<char>; variable802 template class __mt_alloc<wchar_t>; variable