htils 1
A small set of utilities for C programming.
Loading...
Searching...
No Matches
stringmap Struct Reference

A stringmap. More...

#include <stringmap.h>

Data Fields

arena_tarena
 
stringmap_entry_tentries
 
u64 capacity
 
u64 count
 
u64 dead_entries
 

Detailed Description

A stringmap.

Parameters
arenaThe arena to allocate from.
entriesThe entries of the stringmap.
capacityThe capacity of the stringmap.
countThe amount of entries in the stringmap.
dead_entriesThe amount of dead entries of the stringmap.

Field Documentation

◆ arena

arena_t* stringmap::arena

◆ capacity

u64 stringmap::capacity

◆ count

u64 stringmap::count

◆ dead_entries

u64 stringmap::dead_entries

◆ entries

stringmap_entry_t* stringmap::entries

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