You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace malloc with arena allocation for 'hashmap_node_t' and
key strings, while keeping the 'hashmap_t' structure allocated
with malloc.
This hybrid approach reduces memory fragmentation for frequently
allocated small objects and preserves compatibility with existing
rehash functionality.
0 commit comments