]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: dev: Add aligned memory allocation support to isc_mem
authorOndřej Surý <ondrej@isc.org>
Wed, 12 Aug 2026 13:38:00 +0000 (15:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 12 Aug 2026 13:38:00 +0000 (15:38 +0200)
Restores the flags-based isc_mem_*x() API with ISC_MEM_ALIGN()
(removed earlier as unused) so that the upcoming false-sharing
fixes for the zone and database structures can request
cache-line-aligned memory, honored on every allocator path
including non-jemalloc builds.

Merge branch 'ondrej/re-add-aligned-allocations' into 'main'

See merge request isc-projects/bind9!12512


Trivial merge