Home
last modified time | relevance | path

Searched refs:ds_htable_allocate_lookup (Results 1 – 1 of 1) sorted by path

/ext-ds/src/ds/
H A Dds_htable.c19 static inline uint32_t *ds_htable_allocate_lookup(uint32_t capacity) in ds_htable_allocate_lookup() function
128 table->lookup = ds_htable_allocate_lookup(capacity); in ds_htable_with_capacity()
165 dst->lookup = ds_htable_allocate_lookup(src->capacity); in ds_htable_clone()

Completed in 6 milliseconds