out_of_memory() is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

out_of_memory() function

Syntax

LOCAL(void) out_of_memory (j_common_ptr cinfo,     int which);

Arguments

cinfo

which

References

LocationReferrerText
jmemmgr.c:218
out_of_memory (j_common_ptr cinfo, int which)
jmemmgr.c:268alloc_small()
out_of_memory(cinfo, 1); /* request exceeds malloc's ability */
jmemmgr.c:305alloc_small()
out_of_memory(cinfo, 2); /* jpeg_get_small failed */
jmemmgr.c:352alloc_large()
out_of_memory(cinfo, 3); /* request exceeds malloc's ability */
jmemmgr.c:366alloc_large()
out_of_memory(cinfo, 4); /* jpeg_get_large failed */

Call Tree

Functions calling out_of_memory()
Functions called by out_of_memory()
all items filtered out
out_of_memory()
all items filtered out
Data read by out_of_memory()
Data written by out_of_memory()
out_of_memory()
all items filtered out