table_instance_alloc
ti = table_instance_alloc(TBL_MIN_BUCKETS);
ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS);
new_ti = table_instance_alloc(n_buckets);
new_ti = table_instance_alloc(TBL_MIN_BUCKETS);
new_ufid_ti = table_instance_alloc(TBL_MIN_BUCKETS);