Searched refs:__mt_alloc (Results 1 – 7 of 7) sorted by relevance
620 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>::pointer669 __mt_alloc<_Tp, _Poolp>::716 __mt_alloc<_Tp, _Poolp>::734 operator==(const __mt_alloc<_Tp, _Poolp>&, const __mt_alloc<_Tp, _Poolp>&)[all …]
40 #define __glibcxx_base_allocator __gnu_cxx::__mt_alloc
1337 (__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 …]
1614 ALLOCATOR_NAME=__gnu_cxx::__mt_alloc
65 * include/ext/mt_allocator.h (__mt_alloc::__mt_alloc): Remove
6575 ALLOCATOR_NAME=__gnu_cxx::__mt_alloc
801 template class __mt_alloc<char>; variable802 template class __mt_alloc<wchar_t>; variable