Searched refs:ds_htable_allocate_buckets (Results 1 – 1 of 1) sorted by relevance
9 static inline ds_htable_bucket_t *ds_htable_allocate_buckets(uint32_t capacity) in ds_htable_allocate_buckets() function127 table->buckets = ds_htable_allocate_buckets(capacity); in ds_htable_with_capacity()164 dst->buckets = ds_htable_allocate_buckets(src->capacity); in ds_htable_clone()
Completed in 6 milliseconds