bind9/lib
alessio 32c7060bd2 Optimize memory layout of core structs
Reduce memory footprint by:

 - Reordering struct fields to minimize padding.
 - Using exact-sized atomic types instead of *_least/*_fast variants
 - Downsizing integer fields where possible

Affected structs:

 - dns_name_t
 - dns_slabheader_t
 - dns_rdata_t
 - qpcnode_t
 - qpznode_t
2024-11-27 16:04:25 +01:00
..
dns Optimize memory layout of core structs 2024-11-27 16:04:25 +01:00
isc Remove unused definition of ISC_CMSG_IP_TOS 2024-11-27 15:03:27 +01:00
isccc Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
isccfg Add a none parameter to query-source[-v6] 2024-11-26 08:45:50 +01:00
ns Remove the incomplete code for IPv6 pktinfo 2024-11-27 15:03:27 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00