Home
last modified time | relevance | path

Searched refs:_STLP_THROW_BAD_ALLOC (Results 1 – 9 of 9) sorted by relevance

/external/stlport/stlport/stl/
D_new.h111 #ifndef _STLP_THROW_BAD_ALLOC
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); abort() 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; } ret…
D_pthread_alloc.h131 _STLP_THROW_BAD_ALLOC;
170 _STLP_THROW_BAD_ALLOC; in allocate()
314 _STLP_THROW_BAD_ALLOC;
356 _STLP_THROW_BAD_ALLOC;
D_alloc.c43 _STLP_THROW_BAD_ALLOC; in allocate()
D_alloc.h74 _STLP_THROW_BAD_ALLOC;
303 _STLP_THROW_BAD_ALLOC;
343 _STLP_THROW_BAD_ALLOC; in _M_allocate()
/external/stlport/src/
Dlocale_impl.cpp318 _STLP_THROW_BAD_ALLOC; in insert_time_facets()
371 _STLP_THROW_BAD_ALLOC; in insert_collate_facets()
387 _STLP_THROW_BAD_ALLOC; in insert_collate_facets()
441 _STLP_THROW_BAD_ALLOC; in insert_monetary_facets()
457 _STLP_THROW_BAD_ALLOC; in insert_monetary_facets()
472 _STLP_THROW_BAD_ALLOC; in insert_monetary_facets()
486 _STLP_THROW_BAD_ALLOC; in insert_monetary_facets()
532 _STLP_THROW_BAD_ALLOC; in insert_messages_facets()
547 _STLP_THROW_BAD_ALLOC; in insert_messages_facets()
Dallocators.cpp72 _STLP_THROW_BAD_ALLOC; in __stlp_new_chunk()
145 _STLP_THROW_BAD_ALLOC; in allocate()
914 _STLP_THROW_BAD_ALLOC; // failed in _S_get_per_thread_state()
923 _STLP_THROW_BAD_ALLOC; in _S_get_per_thread_state()
Dlocale.cpp93 _STLP_THROW_BAD_ALLOC; in _M_throw_on_creation_failure()
/external/stlport/stlport/stl/config/
D_evc.h133 # ifndef _STLP_THROW_BAD_ALLOC
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); } macro
/external/stlport/etc/
DChangeLog491 Generalize use of _STLP_THROW_BAD_ALLOC macro to throw the
511 _STLP_THROW_BAD_ALLOC; _STLP_NEW, _STLP_PLACEMENT_NEW and