Searched defs:_seg_s (Results 1 – 1 of 1) sorted by relevance
328 struct _seg_s struct329 { Vmdata_t* vmdt; /* the data region holding this */330 Seg_t* next; /* next segment */331 Void_t* addr; /* starting segment address */332 size_t extent; /* extent of segment */333 Vmuchar_t* baddr; /* bottom of usable memory */334 size_t size; /* allocable size */335 Block_t* free; /* recent free blocks */336 Block_t* last; /* Vmlast last-allocated block */