Searched defs:_STLP_THROW_BAD_ALLOC (Results 1 – 2 of 2) sorted by relevance
116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1) macro
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); } macro