Home | History | Annotate | Download | only in ext

Lines Matching refs:__mt_alloc

627     class __mt_alloc : public __mt_alloc_base<_Tp>
644 typedef __mt_alloc<_Tp1, pol_type> other;
647 __mt_alloc() throw() { }
649 __mt_alloc(const __mt_alloc&) throw() { }
652 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) throw() { }
654 ~__mt_alloc() throw() { }
675 typename __mt_alloc<_Tp, _Poolp>::pointer
676 __mt_alloc<_Tp, _Poolp>::
723 __mt_alloc<_Tp, _Poolp>::
741 operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)
746 operator!=(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)