Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Dlinkhash.h286 void lh_table_resize(struct lh_table *t, int new_size);
Dlinkhash.c460 void lh_table_resize(struct lh_table *t, int new_size) in lh_table_resize() function
498 if(t->count >= t->size * LH_LOAD_FACTOR) lh_table_resize(t, t->size * 2); in lh_table_insert()