Delegate AllocatorManager.TryFunction
Delegate used for calling an allocator's allocation function.
Namespace: Unity.Collections
Syntax
public delegate int TryFunction(IntPtr allocatorState, ref AllocatorManager.Block block);
Parameters
Type | Name | Description |
---|---|---|
IntPtr | allocatorState | |
AllocatorManager.Block | block |
Returns
Type | Description |
---|---|
Int32 |