Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3864 size_t oc = oldsize - overhead_for(oldp); in internal_realloc() local
3865 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4464 size_t oc = oldsize - overhead_for(oldp); in internal_realloc() local
4465 memcpy(newmem, oldmem, (oc < bytes)? oc : bytes); in internal_realloc()