Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/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 …]
/freebsd-12.1/contrib/libstdc++/config/allocator/
H A Dmt_allocator_base.h40 #define __glibcxx_base_allocator __gnu_cxx::__mt_alloc
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20041337 (__mt_alloc::allocate): Use it.
1658 (__mt_alloc::__mt_alloc): Call __policy_type::_S_get_pool.
2666 (__mt_alloc::_S_set_options): Same.
3114 (__mt_alloc<>::deallocate): Likewise.
4189 (__mt_alloc<>::tune()): Tweak accordingly.
4190 (__mt_alloc<>::tune(size_t, ...)): Likewise.
4193 (__mt_alloc<>::allocate): Update consistently.
4194 (__mt_alloc<>::deallocate): Likewise.
5092 (__mt_alloc::_S_get_options): New.
5093 (__mt_alloc::_S_set_options): New.
[all …]
H A Dacinclude.m41614 ALLOCATOR_NAME=__gnu_cxx::__mt_alloc
H A DChangeLog-200565 * include/ext/mt_allocator.h (__mt_alloc::__mt_alloc): Remove
H A Dconfigure6575 ALLOCATOR_NAME=__gnu_cxx::__mt_alloc
/freebsd-12.1/contrib/libstdc++/src/
H A Dmt_allocator.cc801 template class __mt_alloc<char>; variable
802 template class __mt_alloc<wchar_t>; variable