Data Fields | |
| int | size |
| int | count |
| int | collisions |
| int | resizes |
| int | lookups |
| int | inserts |
| int | deletes |
| char * | name |
| lh_entry * | head |
| lh_entry * | tail |
| lh_entry * | table |
| lh_entry_free_fn * | free_fn |
| lh_hash_fn * | hash_fn |
| lh_equal_fn * | equal_fn |
|
|
Number of collisions. |
|
|
Numbers of entries. |
|
|
Number of deletes. |
|
|
|
|
|
A pointer onto the function responsible for freeing an entry. |
|
|
|
|
|
The first entry. |
|
|
Number of inserts. |
|
|
Number of lookups. |
|
|
Name of the hash table. |
|
|
Number of resizes. |
|
|
Size of our hash. |
|
|
|
|
|
The last entry. |
1.2.15