Searched refs:max_memory_to_use (Results 1 – 11 of 11) sorted by relevance
74 if (cinfo->mem->max_memory_to_use) { in jpeg_mem_available()75 if ((size_t)cinfo->mem->max_memory_to_use > already_allocated) in jpeg_mem_available()76 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
262 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()428 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use; in main()
1143 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()1173 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()
336 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
352 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
867 long max_memory_to_use; member
2186 initial max_memory_to_use specification to be exceeded, which in the worst2219 not require this, the max_memory_to_use setting would be a complete fiction.)2279 memory). If not, at least make sure that max_memory_to_use is set as high as2594 ensure that the max_memory_to_use setting cannot be exceeded due to addition2987 Your application can set this limit by setting cinfo->mem->max_memory_to_use2995 should be left when setting max_memory_to_use.3000 memory exceeds the limit specified in cinfo->mem->max_memory_to_use.
353 9. The libjpeg-turbo memory manager will now honor the `max_memory_to_use`
72 cinfo.mem->max_memory_to_use = (1024ULL * 1024ULL * 1024ULL); in LLVMFuzzerTestOneInput()
2325 if( sp->cinfo.c.mem->max_memory_to_use < TIFF_JPEG_MAX_MEMORY_TO_USE ) in JPEGInitializeLibJPEG()2326 sp->cinfo.c.mem->max_memory_to_use = TIFF_JPEG_MAX_MEMORY_TO_USE; in JPEGInitializeLibJPEG()
1172 jpeg_info.mem->max_memory_to_use=(long) GetMaxMemoryRequest(); in ReadJPEGImage()