Merge branch '3806-give-ADB-heap-memory-context-a-name-v9_18' into 'v9_18'

[9.18] Properly name ADB hashmap memory context

See merge request isc-projects/bind9!7448
This commit is contained in:
Ondřej Surý 2023-01-30 11:57:38 +00:00
commit 198615faad

View file

@ -2615,6 +2615,7 @@ dns_adb_create(isc_mem_t *mem, dns_view_t *view, isc_timermgr_t *timermgr,
isc_mutex_init(&adb->namescntlock);
isc_mem_create(&adb->hmctx);
isc_mem_setname(adb->hmctx, "ADB_hashmaps");
#define ALLOCENTRY(adb, el) \
do { \