Searched refs:alloc_segment (Results 1 – 2 of 2) sorted by relevance
140 struct alloc_seg *alloc_segment; in alloc_next_seg() local143 alloc_segment = bl_ptr->alloc_segs; in alloc_next_seg()145 offset_to_avail = (alloc_segment->avail_ptr - in alloc_next_seg()146 alloc_segment->seg_ptr); in alloc_next_seg()147 seg_size = (alloc_segment->eoseg_ptr - in alloc_next_seg()148 alloc_segment->seg_ptr); in alloc_next_seg()159 alloc_segment = bl_ptr->alloc_segs; in alloc_next_seg()166 bl_ptr->cur_segment = alloc_segment; in alloc_next_seg()168 if ((alloc_segment->seg_ptr = in alloc_next_seg()169 (char *)realloc((void *)alloc_segment->seg_ptr, in alloc_next_seg()[all …]
46 extern void alloc_segment(caddr_t);