Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h100 typedef struct HashMemory HashMemory; typedef
104 HashMemory *_new_HashMemory(int hash_count, int node_count);
108 HashMemory *_del_HashMemory(HashMemory *mem, int force);
126 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase,
H A Dhash.c51 struct HashMemory { struct
81 HashMemory *mem; /* HashTable free-list */
111 HashMemory *_new_HashMemory(int hash_count, int node_count) in _new_HashMemory()
113 HashMemory *mem; in _new_HashMemory()
117 mem = (HashMemory *) malloc(sizeof(HashMemory)); in _new_HashMemory()
163 HashMemory *_del_HashMemory(HashMemory *mem, int force) in _del_HashMemory()
211 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase, in _new_HashTable()