util/hash_table: Add specialized resizing add function
authorConnor Abbott <cwabbott0@gmail.com>
Tue, 21 May 2019 10:36:56 +0000 (12:36 +0200)
committerConnor Abbott <cwabbott0@gmail.com>
Fri, 31 May 2019 17:14:22 +0000 (19:14 +0200)
commit983b001c77c6c9e9aa436c3252fafe34edfe6738
treedc86ed4517f4c75560e1a7727b1a69e407517cdf
parent6f9beb28bb55ccf01445c8e57d3dca5216ec530f
util/hash_table: Add specialized resizing add function

To keep it in sync with the set implementation.

Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/util/hash_table.c