summaryrefslogtreecommitdiffstats
path: root/util/qht.c
Commit message (Expand)AuthorAgeFilesLines
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-28/+29
* util/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* qht: call qemu_spin_destroy for head bucketsEmilio G. Cota2020-06-161-0/+1
* qht: constify arguments to some internal functionsEmilio G. Cota2018-09-261-6/+10
* qht: constify qht_statistics_initEmilio G. Cota2018-09-261-4/+4
* qht: constify qht_lookupEmilio G. Cota2018-09-261-8/+8
* qht: fix comment in qht_bucket_remove_entryEmilio G. Cota2018-09-261-1/+1
* qht: drop ht argument from qht iteratorsEmilio G. Cota2018-09-261-10/+19
* qht: add qht_iter_removeEmilio G. Cota2018-09-261-8/+66
* qht: remove unused map param from qht_remove__lockedEmilio G. Cota2018-09-261-3/+2Star
* qsp: QEMU's Synchronization ProfilerEmilio G. Cota2018-08-231-10/+37
* qht: return existing entry when qht_insert failsEmilio G. Cota2018-06-151-10/+17
* qht: require a default comparison functionEmilio G. Cota2018-06-151-3/+11
* Purge uses of banned g_assert_FOO()Markus Armbruster2018-06-131-1/+1
* qht: fix unlock-after-free segfault upon resizingEmilio G. Cota2016-10-061-21/+28
* qht: simplify qht_reset_sizeEmilio G. Cota2016-10-061-5/+3Star
* util/qht: atomically set b->hashesAlex Bennée2016-10-041-5/+5
* qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota2016-08-021-1/+6
* util/qht: Document memory ordering assumptionsPaolo Bonzini2016-08-021-1/+6
* clean-includes: run it once morePaolo Bonzini2016-06-161-0/+1
* qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota2016-06-121-0/+833