Searched refs:hash_map_bucket_t (Results 1 – 1 of 1) sorted by relevance
27 typedef struct hash_map_bucket_t { struct29 } hash_map_bucket_t; argument32 hash_map_bucket_t *bucket;74 hash_map->bucket = zeroed_allocator->alloc(sizeof(hash_map_bucket_t) * num_bucket); in hash_map_new_internal()