Home | History | Annotate | Download | only in Analysis

Lines Matching refs:newPtr

1503   void *newPtr = realloc(ptr, 4);
1504 if (newPtr == 0) {
1508 return newPtr;