Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_htable.c34 static inline void ds_htable_realloc(ds_htable_t *table, uint32_t capacity) in ds_htable_realloc() function
118 ds_htable_realloc(table, capacity / 2); in ds_htable_auto_truncate()
498 ds_htable_realloc(table, DS_HTABLE_MIN_CAPACITY); in ds_htable_clear()
619 ds_htable_realloc(table, table->capacity << 1); in ds_htable_increase_capacity()
633 ds_htable_realloc(table, capacity); in ds_htable_ensure_capacity()

Completed in 6 milliseconds