summaryrefslogtreecommitdiffstats
path: root/src/util/tests/hash_table/collision.c
Commit message (Expand)AuthorAgeFilesLines
* util/hash: Silence unused parameter warnings in testsIan Romanick2015-02-171-0/+3
* util/hash_table: Try to hit a double-insertion bug in the collision testJason Ekstrand2015-02-071-1/+13
* hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand2015-01-151-4/+4
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-141-11/+11
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-0/+80