Searched refs:max_total_allocation (Results 1 – 1 of 1) sorted by relevance
44 static unsigned long max_total_allocation = 0; variable76 if (now > max_total_allocation) in __gmp_tmp_alloc()83 max_total_allocation = current_total_allocation; in __gmp_tmp_alloc()87 chunk_size = max_total_allocation - current_total_allocation + HSIZ; in __gmp_tmp_alloc()88 current_total_allocation = max_total_allocation; in __gmp_tmp_alloc()