Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dhash_map.c28 typedef struct hash_map_bucket_t { struct
30 } hash_map_bucket_t; typedef
33 hash_map_bucket_t *bucket;
75 hash_map->bucket = zeroed_allocator->alloc(sizeof(hash_map_bucket_t) * num_bucket); in hash_map_new_internal()