Searched refs:HashMemory (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | hash.h | 102 typedef struct HashMemory HashMemory; typedef 106 HashMemory *_new_HashMemory(int hash_count, int node_count); 110 HashMemory *_del_HashMemory(HashMemory *mem, int force); 128 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase,
|
H A D | hash.c | 53 struct HashMemory { struct 83 HashMemory *mem; /* HashTable free-list */ 113 HashMemory *_new_HashMemory(int hash_count, int node_count) in _new_HashMemory() 115 HashMemory *mem; in _new_HashMemory() 119 mem = (HashMemory *) malloc(sizeof(HashMemory)); in _new_HashMemory() 165 HashMemory *_del_HashMemory(HashMemory *mem, int force) in _del_HashMemory() 213 HashTable *_new_HashTable(HashMemory *mem, int size, HashCase hcase, in _new_HashTable()
|