infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
infix_registry_t Struct Reference

#include <infix_internals.h>

Collaboration diagram for infix_registry_t:
[legend]

Public Attributes

infix_arena_tarena
 
size_t num_buckets
 
size_t num_items
 
_infix_registry_entry_t ** buckets
 

Member Data Documentation

◆ arena

infix_arena_t* infix_registry_t::arena

Owns all memory for the hash table, names, and its types.

◆ buckets

_infix_registry_entry_t** infix_registry_t::buckets

The array of pointers to the heads of the collision chains.

◆ num_buckets

size_t infix_registry_t::num_buckets

The size of the 'buckets' array.

◆ num_items

size_t infix_registry_t::num_items

The total number of items stored in the hash table.


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