Method Try
Try(ref Block)
Invoke the allocator function.
Declaration
int Try(ref AllocatorManager.Block block)
Parameters
| Type | Name | Description |
|---|---|---|
| AllocatorManager.Block | block | The block to allocate, deallocate, or reallocate. See Try(ref Block) |
Returns
| Type | Description |
|---|---|
| int | 0 if successful. Otherwise, returns the error code from the allocator function. |