Home
last modified time | relevance | path

Searched defs:FreeList (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/lib/libtecla/common/
H A Dfreelist.c44 struct FreeList { struct
49 FreeListBlock *block; /* The head of the list of free-list blocks */ argument
53 static FreeListBlock *_new_FreeListBlock(FreeList *fl); argument
H A Dfreelist.h41 typedef struct FreeList FreeList; typedef