]> git.ipfire.org Git - thirdparty/bind9.git/commit
Delete jemalloc arena support from isc_mem
authorOndřej Surý <ondrej@isc.org>
Wed, 4 Jun 2025 08:35:57 +0000 (10:35 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 30 Jun 2025 11:22:39 +0000 (13:22 +0200)
commitc6828bcf8fd0c0bdd07d3b477ee575a4dff01135
treeed5b29694808b4614038ea7a5495aa53dda8175b
parent74e5f5c6cf69f494b6a9765fc90d38465953e76a
Delete jemalloc arena support from isc_mem

The jemalloc arena in isc_mem was added to solve runaway memory problem
for outgoing TCP connections.  In the end, this was a red herring and
the jemalloc arena code is now unused (via e28266bf).  Remove the
support for jemalloc memory arenas as we can restore this at any time if
we need it ever again, but right now it's just a dead code.
lib/isc/include/isc/mem.h
lib/isc/jemalloc_shim.h
lib/isc/mem.c