Files
bind9/lib/dns
Alessio Podda 1edf405add 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

(cherry picked from commit 32c7060bd2)
2024-12-09 09:04:28 +01:00
..
2024-12-06 06:20:33 +00:00
2024-11-26 07:17:06 +00:00
2024-08-22 10:17:08 +00:00
2024-12-09 09:04:28 +01:00
2024-12-09 09:04:28 +01:00
2024-12-06 15:18:56 +00:00
2024-12-06 06:20:33 +00:00
2024-12-09 09:04:28 +01:00