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