Searched refs:max_to_use (Results 1 – 1 of 1) sorted by relevance
1091 long max_to_use; in jinit_memory_mgr() local1116 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */ in jinit_memory_mgr()1143 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()1170 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) { in jinit_memory_mgr()1172 max_to_use *= 1000L; in jinit_memory_mgr()1173 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()