Data Fields | |
| int | more |
| char * | next |
| int | datalen |
| int | size |
| int | nel |
| int | list |
| struct { | |
| int nel | |
| char * base | |
| } | lists [MAX_LISTS] |
| char* hash::items_s::base |
Base of items array
Length of records in this hash table
Index into lists[]
| struct { ... } hash::items_s::lists[ MAX_LISTS ] |
How many more items fit in lists[ list ]
Total items held by all lists[]
| char* hash::items_s::next |
Where to put more items in lists[ list ]
Sizeof( item_t ) + aligned datalen
1.4.7