Searched refs:__allocator_base (Results 1 – 14 of 14) sorted by relevance
129 class allocator : public __allocator_base<_Tp> in _GLIBCXX_VISIBILITY()165 : __allocator_base<_Tp>(__a) { } in _GLIBCXX_VISIBILITY()193 return __allocator_base<_Tp>::allocate(__n, 0); in _GLIBCXX_VISIBILITY()205 __allocator_base<_Tp>::deallocate(__p, __n); in _GLIBCXX_VISIBILITY()279 #undef __allocator_base in _GLIBCXX_VISIBILITY()
122 class allocator : public __allocator_base<_Tp> in _GLIBCXX_VISIBILITY()156 : __allocator_base<_Tp>(__a) { } in _GLIBCXX_VISIBILITY()181 return __allocator_base<_Tp>::allocate(__n, 0); in _GLIBCXX_VISIBILITY()195 __allocator_base<_Tp>::deallocate(__p, __n); in _GLIBCXX_VISIBILITY()262 #undef __allocator_base in _GLIBCXX_VISIBILITY()
48 using __allocator_base = __gnu_cxx::__mt_alloc<_Tp>; variable52 # define __allocator_base __gnu_cxx::__mt_alloc macro
48 using __allocator_base = __gnu_cxx::__pool_alloc<_Tp>; variable52 # define __allocator_base __gnu_cxx::__pool_alloc macro
48 using __allocator_base = __gnu_cxx::bitmap_allocator<_Tp>; variable52 # define __allocator_base __gnu_cxx::bitmap_allocator macro
48 using __allocator_base = __gnu_cxx::malloc_allocator<_Tp>; variable52 # define __allocator_base __gnu_cxx::malloc_allocator macro
48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable52 # define __allocator_base __gnu_cxx::new_allocator macro
47 using __allocator_base = __new_allocator<_Tp>; variable51 # define __allocator_base __new_allocator macro
3250 __allocator_base.3254 * config/allocator/bitmap_allocator_base.h: Use __allocator_base
460 * doc/doxygen/user.cfg.in (PREDEFINED): Define __allocator_base
4646 * config/allocator/new_allocator_base.h (__allocator_base): Add
273 (__allocator_base): Use std::__new_allocator instead of
2411 __allocator_base=std::__new_allocator \