Method UnmanagedUnregister
UnmanagedUnregister<T>(ref T)
Removes an allocator's function pointers from the global function table, without managed code
Declaration
public static void UnmanagedUnregister<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. |