Lines Matching refs:__malloc_alloc_template
146 class __malloc_alloc_template {
191 void (* __malloc_alloc_template<__inst>::__malloc_alloc_oom_handler)() = 0; variable
196 __malloc_alloc_template<__inst>::_S_oom_malloc(size_t __n) in _S_oom_malloc()
211 void* __malloc_alloc_template<__inst>::_S_oom_realloc(void* __p, size_t __n) in _S_oom_realloc()
225 typedef __malloc_alloc_template<0> malloc_alloc;
886 inline bool operator==(const __malloc_alloc_template<inst>&,
887 const __malloc_alloc_template<inst>&)
894 inline bool operator!=(const __malloc_alloc_template<__inst>&,
895 const __malloc_alloc_template<__inst>&)
985 struct _Alloc_traits<_Tp, __malloc_alloc_template<__inst> >
988 typedef simple_alloc<_Tp, __malloc_alloc_template<__inst> > _Alloc_type;
989 typedef __allocator<_Tp, __malloc_alloc_template<__inst> > allocator_type;
1017 __allocator<_Tp1, __malloc_alloc_template<__inst> > >
1020 typedef simple_alloc<_Tp, __malloc_alloc_template<__inst> > _Alloc_type;
1021 typedef __allocator<_Tp, __malloc_alloc_template<__inst> > allocator_type;