Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/cvt/
H A Dalist.c69 alist_xnew(int nbuckets, void (*namefree)(void *), in alist_xnew() function
86 return (alist_xnew(ALIST_HASH_SIZE, namefree, valfree, in alist_new()
H A Dalist.h44 alist_t *alist_xnew(int, void (*)(void *), void (*)(void *),