Home
last modified time | relevance | path

Searched refs: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() argument
2126 if ((char*)sp >= ss->base && (char*)sp < ss->base + ss->size) in has_segment_link()
3341 msegmentptr ss = (msegmentptr)(chunk2mem(sp)); in add_segment() local
3350 assert(is_aligned(ss)); in add_segment()
3352 *ss = m->seg; /* Push current record */ in add_segment()
3356 m->seg.next = ss; in add_segment()
3418 msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); in sys_alloc() local
3425 if (ss == 0) { /* First time through or recovery */ in sys_alloc()
3445 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) { in sys_alloc()
/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() argument
2661 if ((char*)sp >= ss->base && (char*)sp < ss->base + ss->size) in has_segment_link()
3923 msegmentptr ss = (msegmentptr)(chunk2mem(sp)); in add_segment() local
3932 assert(is_aligned(ss)); in add_segment()
3934 *ss = m->seg; /* Push current record */ in add_segment()
3938 m->seg.next = ss; in add_segment()
4010 msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); in sys_alloc() local
4014 if (ss == 0) { /* First time through or recovery */ in sys_alloc()
4034 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) { in sys_alloc()