Home
last modified time | relevance | path

Searched refs:newmem (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3862 void* newmem = internal_malloc(m, bytes); in internal_realloc() local
3863 if (newmem != 0) { in internal_realloc()
3865 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc()
3868 return newmem; in internal_realloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4462 void* newmem = internal_malloc(m, bytes); in internal_realloc() local
4463 if (newmem != 0) { in internal_realloc()
4465 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc()
4468 return newmem; in internal_realloc()