Searched refs:__malloc_alloc_template (Results 1 – 3 of 3) sorted by relevance
146 class __malloc_alloc_template {191 void (* __malloc_alloc_template<__inst>::__malloc_alloc_oom_handler)() = 0; variable196 __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> >[all …]
26 using __STD::__malloc_alloc_template;
10 template class __malloc_alloc_template<0>; variable