From: Ondřej Surý Date: Thu, 27 Nov 2025 11:42:09 +0000 (+0100) Subject: chg: dev: Use malloc_usable_size()/malloc_size() for memory accounting X-Git-Tag: v9.21.16~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8410f93d28e2ce2dd90f1df13f5b0ff8b7e1205;p=thirdparty%2Fbind9.git chg: dev: 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. Merge branch 'ondrej/use-malloc_usable_size-when-available' into 'main' See merge request isc-projects/bind9!11271 --- d8410f93d28e2ce2dd90f1df13f5b0ff8b7e1205