Searched refs:max_memory_to_use (Results 1 – 13 of 13) sorted by relevance
218 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()381 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use; in main()
84 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
86 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
191 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
122 long limit = cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
301 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
297 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
1083 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()1112 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()
211 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
863 long max_memory_to_use; member
2020 initial max_memory_to_use specification to be exceeded, which in the worst2053 not require this, the max_memory_to_use setting would be a complete fiction.)2113 memory). If not, at least make sure that max_memory_to_use is set as high as2428 ensure that the max_memory_to_use setting cannot be exceeded due to addition2790 Your application can set this limit by setting cinfo->mem->max_memory_to_use2798 should be left when setting max_memory_to_use.
131 cinfo->mem->max_memory_to_use = 30 * 1024 * 1024; in overwrite_mem_buffer_size()133 cinfo->mem->max_memory_to_use = 5 * 1024 * 1024; in overwrite_mem_buffer_size()