P_HASH_TABLE Table; Allocate (&Table,
                              T_STRING, T_INT,
                              Word_count * Log2 (Word_count));
 
 
 

Free (&Table);
