Add stats to hashtable implementation.
commitb773405d91444a371657a788e248829b1e8594b0
authorEduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Mon, 24 Nov 2008 08:38:41 +0000 (24 10:38 +0200)
committerEduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Mon, 24 Nov 2008 22:36:23 +0000 (25 00:36 +0200)
tree350bdbf9316482dd750c3aaf019718e6acc7db2f
parent2ef0ccfb06c4d591245a59590aa42f1b314a8aaa
Add stats to hashtable implementation.

Added stats to hashtable code. This can be used to either debug hashtable
code or to transform the hashtable into a vector (which requires knowing
the number of entries).

Signed-off-by: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
hashtable.c
hashtable.h