Home
last modified time | relevance | path

Searched defs:_seg_s (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h363 struct _seg_s struct
364 { 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 */