mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
The code that combines the top-level hierarchy (per-typepair) and individual slab headers (per-version) saves a little bit of memory, but makes the code convoluted, hard to read and hard to modify. Change the top level hierarchy to be of different type with individual slabheaders "hanging" from the per-typepair dns_slabtop_t structure. This change makes the future enhancements (changing the top level data structure for faster lookups; coupling type + sig(type) into single slabtop) much easier. |
||
|---|---|---|
| .. | ||
| dns | ||
| dst | ||
| irs | ||
| .clang-format | ||
| meson.build | ||