]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Reduce the memory used by each record set in the cache
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Jul 2026 04:43:36 +0000 (06:43 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 30 Jul 2026 04:43:36 +0000 (06:43 +0200)
Each record set in the cache carried a 32-byte table for
restoring its owner name's letter case, unused since the
case handling was reworked. Removing it makes every cache
entry 32 bytes smaller.

Merge branch 'ondrej/remove-upper-from-slabheader' into 'main'

See merge request isc-projects/bind9!12478


Trivial merge