Home
last modified time | relevance | path

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

/dports/devel/libmba/libmba-0.9.1/src/
H A Dhashmap.c281 hashmap_resize(struct hashmap *h, int new_table_size_index) in hashmap_resize() argument
287 if ((oe = allocator_alloc(al, table_sizes[new_table_size_index] * sizeof *oe, 1)) == NULL) { in hashmap_resize()
294 h->table_size_index = new_table_size_index; in hashmap_resize()