bind9/lib
Ondřej Surý d6e2bf2b3d
Use malloc_usable_size()/malloc_size() for memory accounting
Restore usage of malloc_usable_size()/malloc_size(), but this time only
for memory accounting and statistics purposes.  This should reduce the
memory footprint in case of compilation without jemalloc as we don't
have to keep track of the allocated memory size ourselves.
2025-11-27 11:07:55 +01:00
..
dns Add optional debugging output for fetch context reference counting 2025-11-27 10:39:23 +01:00
isc Use malloc_usable_size()/malloc_size() for memory accounting 2025-11-27 11:07:55 +01:00
isccc Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
isccfg fix ACL settings when merging views 2025-11-20 11:24:11 -08:00
ns Split qctx_destroy() into qctx_deinit() and qctx_destroy() 2025-11-27 10:37:58 +01:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00