infix
A JIT-Powered FFI Library for C
|
#include <infix_internals.h>
Public Attributes | |
infix_arena_t * | arena |
size_t | num_buckets |
size_t | num_items |
_infix_registry_entry_t ** | buckets |
infix_arena_t* infix_registry_t::arena |
Owns all memory for the hash table, names, and its types.
_infix_registry_entry_t** infix_registry_t::buckets |
The array of pointers to the heads of the collision chains.
size_t infix_registry_t::num_buckets |
The size of the 'buckets' array.
size_t infix_registry_t::num_items |
The total number of items stored in the hash table.