Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h639 class __mt_alloc : public __mt_alloc_base<_Tp> in _GLIBCXX_VISIBILITY()
656 typedef __mt_alloc<_Tp1, pol_type> other; in _GLIBCXX_VISIBILITY()
659 __mt_alloc() _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
661 __mt_alloc(const __mt_alloc&) _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
664 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
666 ~__mt_alloc() _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
687 _GLIBCXX_NODISCARD typename __mt_alloc<_Tp, _Poolp>::pointer in _GLIBCXX_VISIBILITY()
688 __mt_alloc<_Tp, _Poolp>:: in _GLIBCXX_VISIBILITY()
744 __mt_alloc<_Tp, _Poolp>:: in _GLIBCXX_VISIBILITY()
771 operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h639 class __mt_alloc : public __mt_alloc_base<_Tp> in _GLIBCXX_VISIBILITY()
656 typedef __mt_alloc<_Tp1, pol_type> other; in _GLIBCXX_VISIBILITY()
659 __mt_alloc() _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
661 __mt_alloc(const __mt_alloc&) _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
664 __mt_alloc(const __mt_alloc<_Tp1, _Poolp1>&) _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
666 ~__mt_alloc() _GLIBCXX_USE_NOEXCEPT { } in _GLIBCXX_VISIBILITY()
687 _GLIBCXX_NODISCARD typename __mt_alloc<_Tp, _Poolp>::pointer in _GLIBCXX_VISIBILITY()
688 __mt_alloc<_Tp, _Poolp>:: in _GLIBCXX_VISIBILITY()
744 __mt_alloc<_Tp, _Poolp>:: in _GLIBCXX_VISIBILITY()
771 operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/allocator/
H A Dmt_allocator_base.h48 using __allocator_base = __gnu_cxx::__mt_alloc<_Tp>;
52 # define __allocator_base __gnu_cxx::__mt_alloc
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20041337 (__mt_alloc::allocate): Use it.
1375 * include/ext/mt_allocator.h (__mt_alloc::deallocate): Check for
1658 (__mt_alloc::__mt_alloc): Call __policy_type::_S_get_pool.
1999 (__mt_alloc): Add template parameter, inherit from it.
2665 * include/ext/mt_allocator.h (__mt_alloc::_S_get_options): Make public.
2666 (__mt_alloc::_S_set_options): Same.
3110 * include/ext/mt_allocator (__mt_alloc<>::_Tune): Add _M_align,
3112 (__mt_alloc<>::_Tune::_Tune): Tweak consistently.
3113 (__mt_alloc<>::allocate): Use it instead of sizeof(_Block_record).
3114 (__mt_alloc<>::deallocate): Likewise.
[all …]
H A DChangeLog-200565 * include/ext/mt_allocator.h (__mt_alloc::__mt_alloc): Remove
H A DChangeLog-20164435 * include/ext/mt_allocator.h (__mt_alloc::allocate)
4436 (__mt_alloc::deallocate): Likewise.
H A DChangeLog-20071281 * include/ext/mt_allocator.h (__mt_alloc<>::
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc820 template class __mt_alloc<char>; variable
821 template class __mt_alloc<wchar_t>; variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc820 template class __mt_alloc<char>; variable
821 template class __mt_alloc<wchar_t>; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dacinclude.m42672 ALLOCATOR_NAME=__gnu_cxx::__mt_alloc
H A Dconfigure16812 ALLOCATOR_NAME=__gnu_cxx::__mt_alloc