bind9/lib/isc/include
Ondřej Surý 7e9bb91087
Inline prefix into radix tree node
Embed isc_prefix_t directly in isc_radix_node_t instead of heap-
allocating it separately. This eliminates per-node isc_mem_get/put
and isc_mem_attach/detach calls, removes a pointer dereference on
every search comparison, and simplifies the code by removing the
_new_prefix, _ref_prefix, and _deref_prefix helpers entirely.

Remove isc_mem_t from isc_prefix_t since it is now a plain value
type with no memory management. Remove per-node isc_mem_t since
nodes use the tree's memory context. Reorder struct fields to
eliminate padding holes.
2026-07-01 06:05:55 +02:00
..
isc Inline prefix into radix tree node 2026-07-01 06:05:55 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00