Home | History | Annotate | Download | only in ext

Lines Matching refs:__mt_alloc

625     class __mt_alloc : public __mt_alloc_base<_Tp>
642 typedef __mt_alloc<_Tp1, pol_type> other;
645 __mt_alloc() throw() { }
647 __mt_alloc(const __mt_alloc&) throw() { }
650 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) throw() { }
652 ~__mt_alloc() throw() { }
673 typename __mt_alloc<_Tp, _Poolp>::pointer
674 __mt_alloc<_Tp, _Poolp>::
721 __mt_alloc<_Tp, _Poolp>::
739 operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)
744 operator!=(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)