Searched refs:_STLP_THROW_BAD_ALLOC (Results 1 – 9 of 9) sorted by relevance
111 #ifndef _STLP_THROW_BAD_ALLOC116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); abort() macro118 # 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…
131 _STLP_THROW_BAD_ALLOC;170 _STLP_THROW_BAD_ALLOC; in allocate()314 _STLP_THROW_BAD_ALLOC;356 _STLP_THROW_BAD_ALLOC;
43 _STLP_THROW_BAD_ALLOC; in allocate()
74 _STLP_THROW_BAD_ALLOC;303 _STLP_THROW_BAD_ALLOC;343 _STLP_THROW_BAD_ALLOC; in _M_allocate()
318 _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()
72 _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()
93 _STLP_THROW_BAD_ALLOC; in _M_throw_on_creation_failure()
133 # ifndef _STLP_THROW_BAD_ALLOC134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); } macro
491 Generalize use of _STLP_THROW_BAD_ALLOC macro to throw the511 _STLP_THROW_BAD_ALLOC; _STLP_NEW, _STLP_PLACEMENT_NEW and