Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3339 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment() local
3340 mchunkptr sp = (mchunkptr)((unsigned long)csp); in add_segment()
3371 if (csp != old_top) { in add_segment()
3373 size_t psize = csp - old_top; in add_segment()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c3921 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment() local
3922 mchunkptr sp = (mchunkptr)csp; in add_segment()
3953 if (csp != old_top) { in add_segment()
3955 size_t psize = csp - old_top; in add_segment()