Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:jpeg_get_small

82  * request to jpeg_get_small() or jpeg_get_large().  There is no per-object
134 /* This counts total space obtained from jpeg_get_small/large */
302 hdr_ptr = (small_pool_ptr) jpeg_get_small(cinfo, min_request + slop);
307 out_of_memory(cinfo, 2); /* jpeg_get_small failed */
1062 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr));