Searched refs:st_realloc_bins (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dst.c98 st_realloc_bins(st_table_entry **bins, st_index_t newsize, st_index_t oldsize) function
520 tmp_table.bins = st_realloc_bins(tmp_table.bins, ST_DEFAULT_INIT_TABLE_SIZE, tmp_table.num_bins);
644 new_bins = st_realloc_bins(table->bins, new_num_bins, table->num_bins);

Completed in 121 milliseconds