Searched defs:_vmdata_s (Results 1 – 1 of 1) sorted by relevance
305 struct _vmdata_s /* core region data - could be in shared/persistent memory */ struct306 { unsigned int lock; /* lock status */307 int mode; /* current mode for region */308 size_t incr; /* allocate in multiple of this */309 size_t pool; /* size of an elt in a Vmpool region */310 Seg_t* seg; /* list of segments */311 Block_t* free; /* most recent free block */312 Block_t* wild; /* wilderness block */313 Block_t* root; /* root of free tree */314 Block_t* tiny[S_TINY]; /* small blocks */[all …]