Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c1868 size_t line_alloc = buf->alloc / sizeof (struct line); in fillbuf() local
1869 buf->buf = x2nrealloc (buf->buf, &line_alloc, sizeof (struct line)); in fillbuf()
1870 buf->alloc = line_alloc * sizeof (struct line); in fillbuf()