]> git.ipfire.org Git - thirdparty/bind9.git/commit
Revert the allocate/free -> get/put change from jemalloc change
authorOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 16:19:58 +0000 (18:19 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 16:19:57 +0000 (18:19 +0200)
commit29a285a67d6472cf44204b19bb67e966ddce2971
tree971910031944c62a62525cfd7ee1cf60a5f2932c
parent2ceca6f24dbdf4b1754efd5055ff189266cf1707
Revert the allocate/free -> get/put change from jemalloc change

In the jemalloc merge request, we missed the fact that ah_frees and ah_handles
are reallocated which is not compatible with using isc_mem_get() for allocation
and isc_mem_put() for deallocation.  This commit reverts that part and restores
use of isc_mem_allocate() and isc_mem_free().
lib/isc/netmgr/netmgr.c