Searched refs:oldptr (Results 1 – 1 of 1) sorted by relevance
17 static struct unreaped *ualloc (oldptr, n) in ualloc() argument18 struct unreaped *oldptr; in ualloc()24 if (oldptr)25 oldptr = (struct unreaped *) realloc ((char *) oldptr, n);27 oldptr = (struct unreaped *) malloc (n);28 if (oldptr == 0)33 return oldptr;