Home
last modified time | relevance | path

Searched refs:__malloc_alloc_oom_handler (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dalloc.h34 using __STD::__malloc_alloc_oom_handler;
H A Dstl_alloc.h138 void (* __malloc_alloc_oom_handler)() = 0; variable
141 extern void (* __malloc_alloc_oom_handler)();
154 static void (* __malloc_alloc_oom_handler)(); variable
180 void (* __old)() = __malloc_alloc_oom_handler; in __set_malloc_handler()
181 __malloc_alloc_oom_handler = __f; in __set_malloc_handler()
191 void (* __malloc_alloc_template<__inst>::__malloc_alloc_oom_handler)() = 0;
202 __my_malloc_handler = __malloc_alloc_oom_handler; in _S_oom_malloc()
217 __my_malloc_handler = __malloc_alloc_oom_handler; in _S_oom_realloc()