]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add debug tracing capability to isc_mempool_create/destroy
authorOndřej Surý <ondrej@sury.org>
Tue, 11 May 2021 17:54:05 +0000 (19:54 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 13:58:02 +0000 (15:58 +0200)
commitfd3ceec4752210a16c089ab4efd8201c78b39642
treef3a0cf4b892a6825326061cb476a048c58d6611c
parent5ab05d1696561c8169367ebd3805bd4094c24982
Add debug tracing capability to isc_mempool_create/destroy

Previously, we only had capability to trace the mempool gets and puts,
but for debugging, it's sometimes also important to keep track how many
and where do the memory pools get created and destroyed.  This commit
adds such tracking capability.
lib/isc/include/isc/mem.h
lib/isc/mem.c