Home
last modified time | relevance | path

Searched refs:__allocator_base (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dallocator.h129 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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dallocator.h122 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()
/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 Dnew_allocator_base.h47 using __allocator_base = __new_allocator<_Tp>; variable
51 # define __allocator_base __new_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
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20123250 __allocator_base.
3254 * config/allocator/bitmap_allocator_base.h: Use __allocator_base
H A DChangeLog460 * doc/doxygen/user.cfg.in (PREDEFINED): Define __allocator_base
H A DChangeLog-20194646 * config/allocator/new_allocator_base.h (__allocator_base): Add
H A DChangeLog-2021273 (__allocator_base): Use std::__new_allocator instead of
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/
H A Duser.cfg.in2411 __allocator_base=std::__new_allocator \