TryAllocateBlock<T>(out Block, int)
Allocates a block from this allocator.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
TryAllocateBlock<T>(Block, int)
public int TryAllocateBlock<T>(out AllocatorManager.Block block, int items) where T : unmanaged
Parameters
Returns
Type | Description |
|---|---|
| int | 0 if successful. Otherwise, returns the error code from the allocator function. |