Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dhash.h106 HashMemory *_new_HashMemory(int hash_count, int node_count);
H A Dhash.c113 HashMemory *_new_HashMemory(int hash_count, int node_count) in _new_HashMemory() function
230 mem = _new_HashMemory(1, 100); in _new_HashTable()