]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the unused members of dns_slabheader_t
authorOndřej Surý <ondrej@isc.org>
Tue, 16 Dec 2025 10:43:34 +0000 (11:43 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 18 Feb 2026 13:29:16 +0000 (14:29 +0100)
commitaaf3454079529a53211006d4f434a5103f969f36
treefb92379a5bd5fcec9d85674934f3e211e1e66a62
parent3a4ad1fd12efff24ef321623fbcb4cccda009f2f
Cleanup the unused members of dns_slabheader_t

After the rdataslab -> rdataslab,rdatavec split, there were couple of
unused struct members.  Remove all the unused members, reorder the
members to eliminate the padding holes and thus reduce the
dns_slabheader_t and dns_slabtop_t structure sizes.
lib/dns/include/dns/rdataslab.h
lib/dns/rdataslab.c