Zephyr API 3.6.99
|
Generic Hashmap data. More...
#include <hash_map_api.h>
Data Fields | |
void * | buckets |
Pointer for implementation-specific Hashmap storage. | |
size_t | n_buckets |
The number of buckets currently allocated. | |
size_t | size |
The number of entries currently in the Hashmap. | |
Generic Hashmap data.
NULL
. void* sys_hashmap_data::buckets |
Pointer for implementation-specific Hashmap storage.
size_t sys_hashmap_data::n_buckets |
The number of buckets currently allocated.
size_t sys_hashmap_data::size |
The number of entries currently in the Hashmap.