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

/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c1665 size_t line_alloc = buf->alloc / sizeof (struct line); local
1666 buf->buf = x2nrealloc (buf->buf, &line_alloc, sizeof (struct line));
1667 buf->alloc = line_alloc * sizeof (struct line);

Completed in 17 milliseconds