summaryrefslogtreecommitdiff
path: root/tests/random_entry.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-25Teach the hash table itself to know its own hash functionCarl Worth1-3/+3
2009-11-23Fix valgrind complaints, including leaking the table data!Eric Anholt1-1/+1
2009-11-23Add a testcase for the upcoming deletion management code.Eric Anholt1-1/+1
2009-11-23API change: pass the hash value in to search/lookup.Eric Anholt1-12/+2
2009-11-23Add an interface for choosing a random hash table entry with a predicate.Eric Anholt1-0/+99