Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3334 char* old_end = oldsp->base + oldsp->size; in add_segment() local
3336 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()
3363 if ((char*)(&(nextp->head)) < old_end) in add_segment()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c3916 char* old_end = oldsp->base + oldsp->size; in add_segment() local
3918 char* rawsp = old_end - (ssize + FOUR_SIZE_T_SIZES + CHUNK_ALIGN_MASK); in add_segment()
3945 if ((char*)(&(nextp->head)) < old_end) in add_segment()