Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h340 struct _vmdata_s struct
341 { int mode; /* current mode for region */
342 size_t incr; /* allocate in multiple of this */
343 size_t pool; /* size of an elt in a Vmpool region */
344 Seg_t* seg; /* list of segments */
345 Block_t* free; /* most recent free block */
346 Block_t* wild; /* wilderness block */
347 Block_t* root; /* root of free tree */
348 Block_t* tiny[S_TINY]; /* small blocks */
349 Block_t* cache[S_CACHE+1]; /* delayed free blocks */