Home | History | Annotate | Download | only in stdlib

Lines Matching refs:newmem

3839       void* newmem = internal_malloc(m, bytes);
3840 if (newmem != 0) {
3842 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes);
3845 return newmem;