Searched defs:_STLP_THROW_BAD_ALLOC (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_new.h111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1) macro
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/
H A D_evc.h133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); } macro

Completed in 22 milliseconds