Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlib.h78 #define HASHMINSIZE (1<<4) /* min table slots (power of 2) */ macro
H A Dhashalloc.c95 tab->size = HASHMINSIZE; in hashalloc()