Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/common/
A Dcmdutils.c187 size_t memsize = 0; in exec_out2mem() local
206 if (newlen + 1 > memsize) { in exec_out2mem()
207 memsize += 1024; in exec_out2mem()
208 new = realloc(out, memsize); in exec_out2mem()
A Dfsutils.c1133 int memsize = 1; /* for '\0' */ in read_file() local
1154 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