Lines Matching defs:new_memory
1471 char *new_memory = realloc(*memory, 47);1472 if (new_memory != 0) {1473 *memory = new_memory;