Method Try
Try(ref Block)
Tries to allocate the block with this allocator.
Declaration
public int Try(ref AllocatorManager.Block block)
Parameters
| Type | Name | Description |
|---|---|---|
| AllocatorManager.Block | block | The block to allocate. |
Returns
| Type | Description |
|---|---|
| int | 0 if successful. Otherwise, returns an error code. |