Searched refs:new_memory (Results 1 – 1 of 1) sorted by relevance
1699 char *new_memory = realloc(*memory, 47); in testReallocEscaped() local1700 if (new_memory != 0) { in testReallocEscaped()1701 *memory = new_memory; in testReallocEscaped()