Searched defs:_seg_s (Results 1 – 1 of 1) sorted by relevance
363 struct _seg_s struct364 { Vmdata_t* vmdt; /* the data region holding this */365 Seg_t* next; /* next segment */366 Void_t* addr; /* starting segment address */367 size_t extent; /* extent of segment */368 Vmuchar_t* baddr; /* bottom of usable memory */369 size_t size; /* allocable size */370 Block_t* free; /* recent free blocks */371 Block_t* last; /* Vmlast last-allocated block */