HomeSort by relevance Sort by last modified time
    Searched defs:_STLP_THROW_BAD_ALLOC (Results 1 - 4 of 4) sorted by null

  /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/current/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
  /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/current/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 170 milliseconds