bind9/tests/libtest
Ondřej Surý 41a0ee1071
Add workaround for jemalloc linking order
Because we don't use jemalloc functions directly, but only via the
libisc library, the dynamic linker might pull the jemalloc library
too late when memory has been already allocated via standard libc
allocator.

Add a workaround round isc_mem_create() that makes the dynamic linker
to pull jemalloc earlier than libc.
2024-01-18 09:34:36 +01:00
..
dns.c Add workaround for jemalloc linking order 2024-01-18 09:34:36 +01:00
isc.c Always initialize the workers in the libtest 2023-04-21 09:04:24 +02:00
Makefile.am Get the tests working with liburcu 2023-05-12 20:48:31 +01:00
ns.c Adjust message buffer sizes in test code 2023-11-16 11:22:02 +11:00
qp.c rename QP-related types to use standard BIND nomenclature 2023-09-28 00:32:39 -07:00