Searched refs:newalloc (Results 1 – 2 of 2) sorted by relevance
101 size_t newalloc = P2ROUNDUP(npos, BUFSIZ); in memstream_newsize() local102 if (newalloc < npos) { in memstream_newsize()106 *nallocp = newalloc; in memstream_newsize()
314 int newalloc = stream * 4 / 3 + 10; in init_stream() local315 input_streams = realloc(input_streams, newalloc * sizeof(struct stream)); in init_stream()318 input_streams_allocated = newalloc; in init_stream()