Searched refs:__oom_handler_type (Results 1 - 2 of 2) sorted by last modified time

/external/stlport/src/
H A Dallocators.cpp125 static __oom_handler_type __oom_handler = __STATIC_CAST(__oom_handler_type, 0);
135 __oom_handler_type __my_malloc_handler;
156 __oom_handler_type _STLP_CALL __malloc_alloc::set_malloc_handler(__oom_handler_type __f)
161 __oom_handler_type __old = __oom_handler;
/external/stlport/stlport/stl/
H A D_alloc.h60 typedef void (* __oom_handler_type)(); typedef
82 static __oom_handler_type _STLP_CALL set_malloc_handler(__oom_handler_type __f);

Completed in 137 milliseconds