hashtable v0.1.1
A lightweight separate-chaining arena-backed hashtable in C
Public Attributes | List of all members
hashtable_t Struct Reference

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.
 

Detailed Description

All data for a single hashtable instance.


The documentation for this struct was generated from the following file: