Home | History | Annotate | Download | only in ext

Lines Matching refs:__mt_alloc

631     class __mt_alloc : public __mt_alloc_base<_Tp>
648 typedef __mt_alloc<_Tp1, pol_type> other;
651 __mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
653 __mt_alloc(const __mt_alloc&) _GLIBCXX_USE_NOEXCEPT { }
656 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) _GLIBCXX_USE_NOEXCEPT { }
658 ~__mt_alloc() _GLIBCXX_USE_NOEXCEPT { }
679 typename __mt_alloc<_Tp, _Poolp>::pointer
680 __mt_alloc<_Tp, _Poolp>::
727 __mt_alloc<_Tp, _Poolp>::
745 operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)
750 operator!=(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)