Try(ref Block)
Tries to allocate the block with this allocator.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
Try(Block)
public int Try(ref AllocatorManager.Block block)
Parameters
The block to allocate.
Returns
Type | Description |
|---|---|
| int | 0 if successful. Otherwise, returns an error code. |