Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtecla/common/
H A Dfreelist.c56 static FreeListBlock *_del_FreeListBlock(FreeListBlock *fl);
202 block = _del_FreeListBlock(block); in _del_FreeList()
356 return _del_FreeListBlock(block); in _new_FreeListBlock()
392 static FreeListBlock *_del_FreeListBlock(FreeListBlock *fl) in _del_FreeListBlock() function