Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sys_hashmap_data Struct Reference

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.
 

Detailed Description

Generic Hashmap data.

Note
When size is zero, buckets should be NULL.

Field Documentation

◆ buckets

void* sys_hashmap_data::buckets

Pointer for implementation-specific Hashmap storage.

◆ n_buckets

size_t sys_hashmap_data::n_buckets

The number of buckets currently allocated.

◆ size

size_t sys_hashmap_data::size

The number of entries currently in the Hashmap.


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