bind9/lib/isc/include
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
..
isc Add workaround for jemalloc linking order 2024-01-18 09:34:36 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00