bind9/bin/plugins
Ondřej Surý 974f2f6ace 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-12-15 13:29:19 +01:00
..
filter-aaaa.c Replace locked mempools with memory contexts 2021-12-15 13:29:19 +01:00
filter-aaaa.rst Text edits to manual paages 2021-01-12 15:37:47 +01:00
Makefile.in add support for building sphinx documentation 2020-06-01 09:54:46 +02:00