Zephyr API Documentation  3.4.0
A Scalable Open Source RTOS
3.4.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
sys_hashmap_data Struct Reference

Generic Hashmap data. More...

#include <hash_map_api.h>

Data Fields

void * buckets
 
size_t n_buckets
 
size_t size
 

Detailed Description

Generic Hashmap data.

Note
When size is zero, buckets should be NULL.
Parameters
bucketsPointer for implementation-specific Hashmap storage
n_bucketsThe number of buckets currently allocated
sizeThe number of entries currently in the Hashmap

Field Documentation

◆ buckets

void* sys_hashmap_data::buckets

◆ n_buckets

size_t sys_hashmap_data::n_buckets

◆ size

size_t sys_hashmap_data::size

The documentation for this struct was generated from the following file: