Home
last modified time | relevance | path

Searched refs:__mt_alloc (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dmt_allocator.h620 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>::pointer
669 __mt_alloc<_Tp, _Poolp>::
716 __mt_alloc<_Tp, _Poolp>::
734 operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/config/allocator/
H A Dmt_allocator_base.h40 #define __glibcxx_base_allocator __gnu_cxx::__mt_alloc
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dmt_allocator.cc801 template class __mt_alloc<char>; variable
802 template class __mt_alloc<wchar_t>; variable