Searched refs:ss (Results 1 – 2 of 2) sorted by relevance
2123 static int has_segment_link(mstate m, msegmentptr ss) { in has_segment_link() argument2126 if ((char*)sp >= ss->base && (char*)sp < ss->base + ss->size) in has_segment_link()3341 msegmentptr ss = (msegmentptr)(chunk2mem(sp)); in add_segment() local3350 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() local3425 if (ss == 0) { /* First time through or recovery */ in sys_alloc()3445 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) { in sys_alloc()
2658 static int has_segment_link(mstate m, msegmentptr ss) { in has_segment_link() argument2661 if ((char*)sp >= ss->base && (char*)sp < ss->base + ss->size) in has_segment_link()3923 msegmentptr ss = (msegmentptr)(chunk2mem(sp)); in add_segment() local3932 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() local4014 if (ss == 0) { /* First time through or recovery */ in sys_alloc()4034 (br = (char*)(CALL_MORECORE(asize))) == ss->base+ss->size) { in sys_alloc()