Searched refs:max_to_use (Results 1 – 1 of 1) sorted by relevance
1032 long max_to_use; in jinit_memory_mgr() local1057 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */ in jinit_memory_mgr()1084 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()1110 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) { in jinit_memory_mgr()1112 max_to_use *= 1000L; in jinit_memory_mgr()1113 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()
Completed in 7 milliseconds