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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dfreelist.c40 typedef struct FreeListBlock FreeListBlock; typedef in typeref:struct:FreeListBlock
41 struct FreeListBlock { struct
42 FreeListBlock *next; /* The next block in the list */
51 FreeListBlock *block; /* The head of the list of free-list blocks */
55 static FreeListBlock *_new_FreeListBlock(FreeList *fl);
56 static FreeListBlock *_del_FreeListBlock(FreeListBlock *fl);
57 static void _thread_FreeListBlock(FreeList *fl, FreeListBlock *block);
138 FreeListBlock *bloc
[all...]

Completed in 548 milliseconds