P_HASH_TABLE Table; Allocate (&Table,
                              t_id (STRING), t_id (INT),
                              Word_count * Log2 (Word_count));
 
 
 

Free (&Table);
