hashtable v0.1.1
A lightweight separate-chaining arena-backed hashtable in C
|
All data for a single hashtable instance. More...
#include <hashtable_api.h>
Public Attributes | |
hashtable_config_t | config |
Hashtable config data. | |
uint32_t | entry_count |
Number of entries in the table. | |
size_t | data_size |
Size of data section. | |
void * | table_data |
Pointer to buffer for data section. | |
All data for a single hashtable instance.