Searched defs:temp (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dutils.c994 void **temp; local
998 temp = realloc(array, (count + 1) * sizeof(*array));
999 if (!temp) {
1006 array = temp;

Completed in 303 milliseconds