Searched refs:memsize (Results 1 – 2 of 2) sorted by relevance
187 size_t memsize = 0; in exec_out2mem() local206 if (newlen + 1 > memsize) { in exec_out2mem()207 memsize += 1024; in exec_out2mem()208 new = realloc(out, memsize); in exec_out2mem()
1133 int memsize = 1; /* for '\0' */ in read_file() local1154 memsize += result; in read_file()1155 new = realloc(out, memsize); in read_file()1161 out[memsize - 1] = 0; in read_file()
Completed in 5 milliseconds