Searched refs:max_memory_to_use (Results 1 – 8 of 8) 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()
296 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()509 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use; in jpegtran()
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()
377 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
873 long max_memory_to_use; member
362 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
2204 initial max_memory_to_use specification to be exceeded, which in the worst2237 not require this, the max_memory_to_use setting would be a complete fiction.)2297 memory). If not, at least make sure that max_memory_to_use is set as high as2612 ensure that the max_memory_to_use setting cannot be exceeded due to addition3005 Your application can set this limit by setting cinfo->mem->max_memory_to_use3013 should be left when setting max_memory_to_use.3018 memory exceeds the limit specified in cinfo->mem->max_memory_to_use.
693 9. The libjpeg-turbo memory manager will now honor the `max_memory_to_use`