From: Ondřej Surý Date: Wed, 12 Aug 2026 13:38:00 +0000 (+0200) Subject: new: dev: Add aligned memory allocation support to isc_mem X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134593819d94208fa9657d6189a571f2670ff1b4;p=thirdparty%2Fbind9.git new: dev: Add aligned memory allocation support to isc_mem 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 --- 134593819d94208fa9657d6189a571f2670ff1b4