Lines Matching full:newptr
982 char *newptr;985 newptr = realloc(b->base, newsize);986 if (newptr == NULL) {990 b->base = newptr;1014 char *newptr = realloc(prof_buf.base, prof_buf.cur);1015 if (newptr)1016 prof_buf.base = newptr;