Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlib.h51 } Hash_local_t; typedef
66 Hash_local_t* local; /* root local pointers */ \
H A Dhashalloc.c88 if (!(tab->root->local = newof(0, Hash_local_t, 1, 0))) in hashalloc()