OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__oom_handler_type
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
60
typedef void (*
__oom_handler_type
)();
typedef
82
static
__oom_handler_type
_STLP_CALL set_malloc_handler(
__oom_handler_type
__f);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
60
typedef void (*
__oom_handler_type
)();
typedef
82
static
__oom_handler_type
_STLP_CALL set_malloc_handler(
__oom_handler_type
__f);
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
60
typedef void (*
__oom_handler_type
)();
typedef
82
static
__oom_handler_type
_STLP_CALL set_malloc_handler(
__oom_handler_type
__f);
Completed in 46 milliseconds