Home
last modified time | relevance | path

Searched defs:ss (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2123 static int has_segment_link(mstate m, msegmentptr ss) { in has_segment_link()
3341 msegmentptr ss = (msegmentptr)(chunk2mem(sp)); in add_segment() local
3418 msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); in sys_alloc() local
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2658 static int has_segment_link(mstate m, msegmentptr ss) { in has_segment_link()
3923 msegmentptr ss = (msegmentptr)(chunk2mem(sp)); in add_segment() local
4010 msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); in sys_alloc() local