Searched refs:max_to_use (Results 1 – 2 of 2) sorted by relevance
1031 long max_to_use; in jinit_memory_mgr() local1056 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */ in jinit_memory_mgr()1083 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()1109 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) { in jinit_memory_mgr()1111 max_to_use *= 1000L; in jinit_memory_mgr()1112 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()
1034 long max_to_use; in jinit_memory_mgr() local1059 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */ in jinit_memory_mgr()1086 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()1112 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) { in jinit_memory_mgr()1114 max_to_use *= 1000L; in jinit_memory_mgr()1115 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()