/// <summary> /// Disposes of this multi-hashmap and deallocates its memory immediately. /// </summary> public void Dispose() { UnsafeHashMapData.DeallocateHashMap(m_Buffer, m_AllocatorLabel); m_Buffer = null; }