Searched refs:eqs_alloc (Results 1 – 1 of 1) sorted by relevance
233 lin eqs_alloc = equivs_alloc; in find_and_hash_each_line() local412 if (i == eqs_alloc) in find_and_hash_each_line()414 if (PTRDIFF_MAX / (2 * sizeof *eqs) <= eqs_alloc) in find_and_hash_each_line()416 eqs_alloc *= 2; in find_and_hash_each_line()417 eqs = xrealloc (eqs, eqs_alloc * sizeof *eqs); in find_and_hash_each_line()509 equivs_alloc = eqs_alloc; in find_and_hash_each_line()