Skip to content
Snippets Groups Projects
Forked from Knot projects / Knot DNS
11474 commits behind the upstream repository.
  • Jan Kadlec's avatar
    f3428e86
    Completed custom allocators in rrset API. · f3428e86
    Jan Kadlec authored
    - Added new public alloc helper functions to mempattern.h.
    - RRSet owners are not allocated using memctx, because they might be dropped later and because DNAME has no memctx API.
    - Only packet had its own memctx at the time of writing. Later, most RRSet operations should use custom allocators, for now, no allocator is used.
    f3428e86
    History
    Completed custom allocators in rrset API.
    Jan Kadlec authored
    - Added new public alloc helper functions to mempattern.h.
    - RRSet owners are not allocated using memctx, because they might be dropped later and because DNAME has no memctx API.
    - Only packet had its own memctx at the time of writing. Later, most RRSet operations should use custom allocators, for now, no allocator is used.
rrset.c 56.89 KiB