OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__oom_handler_type
(Results
1 - 10
of
10
) sorted by null
/external/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);
/ndk/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/5/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/6/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/7/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/8/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);
/external/stlport/src/
allocators.cpp
125
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;
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
125
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;
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so
Completed in 249 milliseconds