#include <lhash.h>
Data Fields |
|
LHASH_NODE ** | b |
LHASH_COMP_FN_TYPE | comp |
LHASH_HASH_FN_TYPE | hash |
unsigned int | num_nodes |
unsigned int | num_alloc_nodes |
unsigned int | p |
unsigned int | pmax |
unsigned long | up_load |
unsigned long | down_load |
unsigned long | num_items |
unsigned long | num_expands |
unsigned long | num_expand_reallocs |
unsigned long | num_contracts |
unsigned long | num_contract_reallocs |
unsigned long | num_hash_calls |
unsigned long | num_comp_calls |
unsigned long | num_insert |
unsigned long | num_replace |
unsigned long | num_delete |
unsigned long | num_no_delete |
unsigned long | num_retrieve |
unsigned long | num_retrieve_miss |
unsigned long | num_hash_comps |
int | error |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|