Home
last modified time | relevance | path

Searched refs:max_total_allocation (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A Dtal-notreent.c44 static unsigned long max_total_allocation = 0; variable
76 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()