Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_htable.c9 static inline ds_htable_bucket_t *ds_htable_allocate_buckets(uint32_t capacity) in ds_htable_allocate_buckets() function
127 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 11 milliseconds