Files
bind9/lib/dns
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
..
2024-11-22 15:00:55 +01:00
2024-11-12 09:07:19 +01:00
2024-11-27 16:04:25 +01:00
2024-11-27 16:04:25 +01:00
2024-11-12 09:07:19 +01:00
2024-11-27 16:04:25 +01:00