Searched refs:alloc_lines (Results 1 – 3 of 3) sorted by relevance
227 lin alloc_lines = current->alloc_lines; in find_and_hash_each_line() local230 lin *cureqs = xmalloc (alloc_lines * sizeof *cureqs); in find_and_hash_each_line()450 if (line == alloc_lines) in find_and_hash_each_line()453 if (PTRDIFF_MAX / 3 <= alloc_lines in find_and_hash_each_line()454 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()455 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()457 alloc_lines = 2 * alloc_lines - linbuf_base; in find_and_hash_each_line()458 cureqs = xrealloc (cureqs, alloc_lines * sizeof *cureqs); in find_and_hash_each_line()461 (alloc_lines - linbuf_base) * sizeof *linbuf); in find_and_hash_each_line()476 if (line == alloc_lines) in find_and_hash_each_line()[all …]
254 lin linbuf_base, buffered_lines, valid_lines, alloc_lines; member
2827 * io.c (find_and_hash_each_line): Don't assume alloc_lines is3009 New member alloc_lines - linbuf_base replaces old linbufsize.