Searched defs:__allocator_base (Results 1 – 7 of 7) sorted by relevance
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