Delegate AllocatorManager.TryFunction
Used for calling an allocator function.
Namespace: Unity.Collections
Assembly: Unity.Collections.dll
Syntax
public delegate int AllocatorManager.TryFunction(IntPtr allocatorState, ref AllocatorManager.Block block)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | allocatorState | |
AllocatorManager.Block | block |
Returns
Type | Description |
---|---|
int |