Constructor NativeParallelMultiHashMap
NativeParallelMultiHashMap(int, AllocatorHandle)
Returns a newly allocated multi hash map.
Declaration
public NativeParallelMultiHashMap(int capacity, AllocatorManager.AllocatorHandle allocator)
Parameters
| Type | Name | Description |
|---|---|---|
| int | capacity | The number of key-value pairs that should fit in the initial allocation. |
| AllocatorManager.AllocatorHandle | allocator | The allocator to use. |