HomeSort by relevance Sort by last modified time
    Searched refs:out_of_memory (Results 1 - 7 of 7) 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/e2fsprogs/intl/
vasnprintf.c 183 out_of_memory if needed is SIZE_MAX or otherwise too big. */
195 goto out_of_memory; \
201 goto out_of_memory; \
493 goto out_of_memory;
497 goto out_of_memory;
869 out_of_memory:
  /external/qemu/hw/
goldfish_nand.c 486 goto out_of_memory;
526 goto out_of_memory;
533 goto out_of_memory;
586 goto out_of_memory;
603 goto out_of_memory;
626 out_of_memory:
  /external/v8/src/
contexts.h 98 V(OUT_OF_MEMORY_INDEX, Object, out_of_memory) \
264 return global_context()->out_of_memory() == Heap::true_value();
  /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/kernel-headers/original/linux/
swap.h 158 extern void out_of_memory(struct zonelist *zonelist, gfp_t gfp_mask, int order);
  /external/v8/src/arm/
codegen-arm.cc 6370 Failure* out_of_memory = Failure::OutOfMemoryException(); local
6475 Failure* out_of_memory = Failure::OutOfMemoryException(); local
    [all...]

Completed in 1895 milliseconds