Home | History | Annotate | Download | only in jpeg

Lines Matching refs:jpeg_get_small

79  * request to jpeg_get_small() or jpeg_get_large().  There is no per-object
131 /* This counts total space obtained from jpeg_get_small/large */
299 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop);
304 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr));