|
libmya 0.1.0
Library to parse Mya language.
|


Go to the source code of this file.
Data Structures | |
| struct | hashitem |
| An item inside a hashtable. More... | |
| struct | hashtable |
| A hashtable. More... | |
Macros | |
| #define | HASHTABLE_COLLISION_CHUNK_SIZE 5 |
| The number of collisions items to (re)alloc when a collision occurs. | |
Typedefs | |
| typedef uint64_t | hash_t |
| typedef struct hashitem | hashitem_t |
| An item inside a hashtable. | |
| typedef struct hashtable | hashtable_t |
| A hashtable. | |
| #define HASHTABLE_COLLISION_CHUNK_SIZE 5 |
The number of collisions items to (re)alloc when a collision occurs.
Definition at line 9 of file hashtable.h.
| typedef uint64_t hash_t |
Definition at line 11 of file hashtable.h.
| typedef struct hashitem hashitem_t |
An item inside a hashtable.
| typedef struct hashtable hashtable_t |
A hashtable.