|
My Project
|
Data Fields | |
| int | size |
| node_t ** | hash_table |
| char ** | addr_table |
defines the data structure for the hash table
| char** sym_table::addr_table |
look up symbols by addr (optional)
| node_t** sym_table::hash_table |
array of head of linked list for this index
| int sym_table::size |
size of hash table
1.8.10