|
PatchworkOS
c9fea19
A non-POSIX operating system.
|
Hash map structure. More...
#include <map.h>
Data Fields | |
| map_entry_t ** | entries |
| uint64_t | capacity |
| uint64_t | length |
| uint64_t | tombstones |
Hash map structure.
The entries can be safely iterated over as an array as long sa the MAP_ENTRY_PTR_IS_VALID macro is used to check each entry before dereferencing it.
| map_entry_t** map_t::entries |