bind9/bin/plugins
Ondřej Surý f487c6948b Replace locked mempools with memory contexts
Current mempools are kind of hybrid structures - they serve two
purposes:

 1. mempool with a lock is basically static sized allocator with
    pre-allocated free items

 2. mempool without a lock is a doubly-linked list of preallocated items

The first kind of usage could be easily replaced with jemalloc small
sized arena objects and thread-local caches.

The second usage not-so-much and we need to keep this (in
libdns:message.c) for performance reasons.
2021-07-09 15:58:02 +02:00
..
filter-a.c Replace locked mempools with memory contexts 2021-07-09 15:58:02 +02:00
filter-a.rst Add filter-a plugin for IPv6-dominant environments 2021-03-19 08:06:55 +01:00
filter-aaaa.c Replace locked mempools with memory contexts 2021-07-09 15:58:02 +02:00
filter-aaaa.rst update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am Add filter-a plugin for IPv6-dominant environments 2021-03-19 08:06:55 +01:00