Skip to content

Properly name ADB hashmap memory context

Ondřej Surý requested to merge 3806-give-ADB-heap-memory-context-a-name into main

The ADB hashmaps are stored in extra memory contexts, so the hash tables are excluded from the overmem accounting. The new memory context was unnamed, give it a proper name.

Closes #3806 (closed)

Merge request reports