mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 15:50:00 -04:00
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:
commit
198615faad
1 changed files with 1 additions and 0 deletions
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Reference in a new issue