summaryrefslogtreecommitdiffstats
path: root/tests/test-qht.c
Commit message (Expand)AuthorAgeFilesLines
* qht: drop ht argument from qht iteratorsEmilio G. Cota2018-09-261-3/+3
* test-qht: speed up + test qht_resizeEmilio G. Cota2018-09-261-0/+4
* test-qht: test deletion of the last entry in a bucketEmilio G. Cota2018-09-261-1/+12
* test-qht: test removal of non-existent entriesEmilio G. Cota2018-09-261-2/+24
* test-qht: test qht_iter_removeEmilio G. Cota2018-09-261-2/+48
* qht: return existing entry when qht_insert failsEmilio G. Cota2018-06-151-1/+7
* qht: require a default comparison functionEmilio G. Cota2018-06-151-5/+10
* test-qht: perform lookups under rcu_read_lockEmilio G. Cota2016-10-061-0/+4
* qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota2016-08-021-0/+4
* clean-includes: run it once morePaolo Bonzini2016-06-161-1/+0Star
* qht: add test programEmilio G. Cota2016-06-121-0/+159