|
PatchworkOS
|
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.
| uint64_t map_t::capacity |
Definition at line 78 of file map.h.
Referenced by futex_ctx_deinit(), and namespace_deinit().
| map_entry_t** map_t::entries |
Definition at line 77 of file map.h.
Referenced by futex_ctx_deinit(), and namespace_deinit().