]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: dev: Remove internal memory filling in favor of jemalloc opt.junk
authorOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:40:28 +0000 (10:40 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 27 Nov 2025 09:40:28 +0000 (10:40 +0100)
commitdef4be7cb66e2ca3e9b512b3ea788da72a1e0889
treeb7d2593101a5c002a000076e2db71f702293dc2a
parentc1fea47f751782fea7f56e58ee6c69040c7e4a88
parent52e2cb4d56a1c7786adbfc5297a3ef7616acfe6d
rem: dev: Remove internal memory filling in favor of jemalloc opt.junk

Instead of having our own implementation of memory junk filling, rely on
the jemalloc opt.junk feature (set with MALLOC_CONF="junk:true").

Merge branch 'ondrej/remove-memfill' into 'main'

See merge request isc-projects/bind9!11270