Searched refs:ta_realloc (Results 1 – 1 of 1) sorted by relevance
215 void *(*ta_realloc)(void *ptr, size_t size); member862 table_p->ta_realloc = realloc_f != NULL ? realloc_f : realloc; in table_alloc()1194 entry_p = (table_entry_t *) table_p->ta_realloc(entry_p, in table_insert_kd()2429 table_p->ta_realloc = realloc_f != NULL ? realloc_f : realloc; in table_read()