]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
map_t, set_t: unify memory allocation to mm_*
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 19 Feb 2018 17:56:03 +0000 (18:56 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 1 Mar 2018 13:50:29 +0000 (14:50 +0100)
commitf821e6882b582b20fed8ec6106ad167dd680d9bf
treebafe5f642eb16e25824be8e478afd77ead4549d8
parentd01daa6afd16e4760d63798dac849b30421c008f
map_t, set_t: unify memory allocation to mm_*

We use the knot style everywhere else; this was very similar and yet
different, so really annoying to me.  In the long term we might better
migrate to qp-tries from knot, but the API differs, so it's delayed...
daemon/engine.c
daemon/lua/kres-gen.lua
daemon/network.c
daemon/worker.c
lib/generic/map.c
lib/generic/map.h
lib/generic/set.h
lib/zonecut.c
modules/stats/stats.c
tests/test_map.c
tests/test_set.c