HomeSort by relevance Sort by last modified time
    Searched defs:out_of_memory (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 30 static void out_of_memory() { function
37 set_new_handler(out_of_memory);
  /external/jpeg/
jmemmgr.c 217 out_of_memory (j_common_ptr cinfo, int which) function
267 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
351 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
365 out_of_memory(cinfo, 4); /* jpeg_get_large failed */
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 217 out_of_memory (j_common_ptr cinfo, int which) function
267 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
351 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
365 out_of_memory(cinfo, 4); /* jpeg_get_large failed */
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 3777 Failure* out_of_memory = Failure::OutOfMemoryException(); local
3871 Failure* out_of_memory = Failure::OutOfMemoryException(); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 3942 Failure* out_of_memory = Failure::OutOfMemoryException(); local
4041 Failure* out_of_memory = Failure::OutOfMemoryException(); local
    [all...]

Completed in 75 milliseconds