HomeSort by relevance Sort by last modified time
    Searched refs:OutOfMemory (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 118 static BOOL OutOfMemory(void)
196 return OutOfMemory();
330 return OutOfMemory();
339 return OutOfMemory();
348 return OutOfMemory();
  /libcore/luni/src/main/native/
org_apache_harmony_luni_util_FloatingPointParser.cpp 104 #define allocateU64(x, n) if (!((x) = reinterpret_cast<uint64_t*>(malloc((n) * sizeof(uint64_t))))) goto OutOfMemory;
506 OutOfMemory:
984 OutOfMemory:
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 43 milliseconds