Home | History | Annotate | Download | only in Analysis

Lines Matching full:new_memory

1616   char *new_memory = realloc(*memory, 47);
1617 if (new_memory != 0) {
1618 *memory = new_memory;