Searched defs:Block_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h106 typedef struct _block_s Block_t; typedef in typeref:struct:_block_s
242 ** of Block_t will always be 0%(BITS+1) as noted above.
258 Block_t* block;
278 Block_t* link; /* possible link list usage */
284 Block_t* link; /* possible link list usage */
296 { Block_t* link; /* next in link list */
297 Block_t* left; /* left child in free tree */
298 Block_t* right; /* right child in free tree */
299 Block_t** self; /* self pointer when free */
310 ** and sizeof(Block_t)
[all...]

Completed in 35 milliseconds