Method Unregister
Unregister<T>(ref T)
Removes an allocator's function pointers from the global function table.
Declaration
[ExcludeFromBurstCompatTesting("Uses managed delegate")]
public static void Unregister<T>(this ref T t) where T : unmanaged, AllocatorManager.IAllocator
Parameters
| Type | Name | Description |
|---|---|---|
| T | t | Reference to the allocator. |
Type Parameters
| Name | Description |
|---|---|
| T | The type of allocator to unregister. |