OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:out_of_memory
(Results
1 - 3
of
3
) 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/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 55 milliseconds