Searched refs:current_total_allocation (Results 1 – 1 of 1) sorted by relevance
45 static unsigned long current_total_allocation = 0; variable75 now = current_total_allocation + size; in __gmp_tmp_alloc()81 chunk_size = now - current_total_allocation + HSIZ; in __gmp_tmp_alloc()82 current_total_allocation = now; 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()125 current_total_allocation -= (((char *) (tmp->end) - (char *) tmp) - HSIZ); in __gmp_tmp_free()