bind9/bin
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
..
check Remove ISC_MEM_DEBUGSIZE and ISC_MEM_DEBUGRECORD 2021-07-09 15:58:02 +02:00
confgen The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
delv Completely remove BIND 9 Windows support 2021-06-09 14:35:14 +02:00
dig Replace locked mempools with memory contexts 2021-07-09 15:58:02 +02:00
dnssec Remove ISC_MEM_DEBUGSIZE and ISC_MEM_DEBUGRECORD 2021-07-09 15:58:02 +02:00
named Remove ISC_MEM_DEBUGSIZE and ISC_MEM_DEBUGRECORD 2021-07-09 15:58:02 +02:00
nsupdate The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
pkcs11 Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
plugins Replace locked mempools with memory contexts 2021-07-09 15:58:02 +02:00
rndc The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
tests Replace locked mempools with memory contexts 2021-07-09 15:58:02 +02:00
tools Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00