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 - 14
of
14
) 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"); abort()
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"); abort()
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
/prebuilts/ndk/5/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
/prebuilts/ndk/6/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
/prebuilts/ndk/7/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
/prebuilts/ndk/8/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
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_new.h
111
#ifndef
_STLP_THROW_BAD_ALLOC
116
# define
_STLP_THROW_BAD_ALLOC
puts("out of memory\n"); abort()
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); }
/prebuilts/ndk/5/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); }
/prebuilts/ndk/6/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); }
/prebuilts/ndk/7/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); }
/prebuilts/ndk/8/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); }
/prebuilts/ndk/9/sources/cxx-stl/EH/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 410 milliseconds