Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3805 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() function
4360 return internal_realloc(m, oldmem, bytes); in dlrealloc()
4768 return internal_realloc(ms, oldmem, bytes); in mspace_realloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4401 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() function
4974 return internal_realloc(m, oldmem, bytes); in dlrealloc()
5408 return internal_realloc(ms, oldmem, bytes); in mstar_mspace_realloc()