Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_new.h116 # define _STLP_THROW_BAD_ALLOC puts("out of memory\n"); exit(1) macro
/external/stlport/stlport/stl/config/
D_evc.h134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); } macro