Searched refs:max_to_use (Results 1 – 2 of 2) sorted by relevance
1033 long max_to_use; in jinit_memory_mgr() local1058 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */ in jinit_memory_mgr()1085 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()1111 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) { in jinit_memory_mgr()1113 max_to_use *= 1000L; in jinit_memory_mgr()1114 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()
1063 long max_to_use; in jinit_memory_mgr() local1088 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */ in jinit_memory_mgr()1115 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()1141 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) { in jinit_memory_mgr()1143 max_to_use *= 1000L; in jinit_memory_mgr()1144 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()