Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
|
4.2.99 |
Generic Hashmap data. More...
#include <zephyr/sys/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.
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.