var *table = new HashTable <String, int> (
                                           word_count * log2 (word_count)
                                         );
 
 
 

free (&table);