Home
last modified time | relevance | path

Searched defs:__allocator_base (Results 1 – 7 of 7) sorted by relevance

/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>; variable
52 # define __allocator_base __gnu_cxx::__mt_alloc macro
H A Dpool_allocator_base.h48 using __allocator_base = __gnu_cxx::__pool_alloc<_Tp>; variable
52 # define __allocator_base __gnu_cxx::__pool_alloc macro
H A Dbitmap_allocator_base.h48 using __allocator_base = __gnu_cxx::bitmap_allocator<_Tp>; variable
52 # define __allocator_base __gnu_cxx::bitmap_allocator macro
H A Dmalloc_allocator_base.h48 using __allocator_base = __gnu_cxx::malloc_allocator<_Tp>; variable
52 # define __allocator_base __gnu_cxx::malloc_allocator macro
H A Dnew_allocator_base.h48 using __allocator_base = __gnu_cxx::new_allocator<_Tp>; variable
52 # define __allocator_base __gnu_cxx::new_allocator macro
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/allocator/
H A Dmalloc_allocator_base.h48 using __allocator_base = __gnu_cxx::malloc_allocator<_Tp>; variable
52 # define __allocator_base __gnu_cxx::malloc_allocator macro
H A Dnew_allocator_base.h47 using __allocator_base = __new_allocator<_Tp>; variable
51 # define __allocator_base __new_allocator macro