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.c27 typedef struct hash_map_bucket_t { struct
29 } hash_map_bucket_t; argument
32 hash_map_bucket_t *bucket;
74 hash_map->bucket = zeroed_allocator->alloc(sizeof(hash_map_bucket_t) * num_bucket); in hash_map_new_internal()