Home
last modified time | relevance | path

Searched refs:hash_map_bucket_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/
Dhash_map.c26 typedef struct hash_map_bucket_t { struct
28 } hash_map_bucket_t; argument
31 hash_map_bucket_t *bucket;
70 hash_map->bucket = osi_calloc(sizeof(hash_map_bucket_t) * num_bucket); in hash_map_new_internal()