Home
last modified time | relevance | path

Searched refs:_new_FreeListBlock (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libtecla/common/
H A Dfreelist.c55 static FreeListBlock *_new_FreeListBlock(FreeList *fl);
112 fl->block = _new_FreeListBlock(fl); in _new_FreeList()
239 FreeListBlock *block = _new_FreeListBlock(fl); in _new_FreeListNode()
335 static FreeListBlock *_new_FreeListBlock(FreeList *fl) in _new_FreeListBlock() function