Searched refs:newmem (Results 1 – 2 of 2) sorted by relevance
3862 void* newmem = internal_malloc(m, bytes); in internal_realloc() local3863 if (newmem != 0) { in internal_realloc()3865 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc()3868 return newmem; in internal_realloc()
4462 void* newmem = internal_malloc(m, bytes); in internal_realloc() local4463 if (newmem != 0) { in internal_realloc()4465 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc()4468 return newmem; in internal_realloc()