Home
last modified time | relevance | path

Searched refs:__malloc_alloc_template (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/cpp/
H A Dstl_alloc.h146 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> >
[all …]
H A Dalloc.h26 using __STD::__malloc_alloc_template;
/haiku/src/libs/stdc++/legacy/
H A Dstlinst.cc10 template class __malloc_alloc_template<0>; variable