OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_STLP_THROW_BAD_ALLOC
(Results
1 - 8
of
8
) sorted by null
/external/stlport/stlport/stl/
_new.h
111
#ifndef
_STLP_THROW_BAD_ALLOC
116
# define
_STLP_THROW_BAD_ALLOC
puts("out of memory\n"); exit(1)
118
# define
_STLP_THROW_BAD_ALLOC
_STLP_THROW(_STLP_STD::bad_alloc())
123
# define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) {
_STLP_THROW_BAD_ALLOC
; } return __y
/ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h
111
#ifndef
_STLP_THROW_BAD_ALLOC
116
# define
_STLP_THROW_BAD_ALLOC
puts("out of memory\n"); exit(1)
118
# define
_STLP_THROW_BAD_ALLOC
_STLP_THROW(_STLP_STD::bad_alloc())
123
# define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) {
_STLP_THROW_BAD_ALLOC
; } return __y
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_new.h
111
#ifndef
_STLP_THROW_BAD_ALLOC
116
# define
_STLP_THROW_BAD_ALLOC
puts("out of memory\n"); exit(1)
118
# define
_STLP_THROW_BAD_ALLOC
_STLP_THROW(_STLP_STD::bad_alloc())
123
# define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) {
_STLP_THROW_BAD_ALLOC
; } return __y
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_new.h
111
#ifndef
_STLP_THROW_BAD_ALLOC
116
# define
_STLP_THROW_BAD_ALLOC
puts("out of memory\n"); exit(1)
118
# define
_STLP_THROW_BAD_ALLOC
_STLP_THROW(_STLP_STD::bad_alloc())
123
# define _STLP_CHECK_NULL_ALLOC(__x) void* __y = __x; if (__y == 0) {
_STLP_THROW_BAD_ALLOC
; } return __y
/external/stlport/stlport/stl/config/
_evc.h
133
# ifndef
_STLP_THROW_BAD_ALLOC
134
# define
_STLP_THROW_BAD_ALLOC
{ _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h
133
# ifndef
_STLP_THROW_BAD_ALLOC
134
# define
_STLP_THROW_BAD_ALLOC
{ _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h
133
# ifndef
_STLP_THROW_BAD_ALLOC
134
# define
_STLP_THROW_BAD_ALLOC
{ _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h
133
# ifndef
_STLP_THROW_BAD_ALLOC
134
# define
_STLP_THROW_BAD_ALLOC
{ _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }
Completed in 640 milliseconds