Searched defs:_seg_s (Results 1 – 2 of 2) sorted by relevance
328 struct _seg_s struct 329 vmdt_seg_s global() argument 330 next_seg_s global() argument 331 addr_seg_s global() argument 332 extent_seg_s global() argument 333 baddr_seg_s global() argument 334 size_seg_s global() argument 335 free_seg_s global() argument 336 last_seg_s global() argument
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 */