TryFree()
Attempts to free this block.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public int TryFree()
Returns
Type | Description |
|---|---|
| int | 0 if successful. Otherwise, returns the error code from the allocator function. |