Interface IAnyAllocator
Interface for arenas that can allocate any item.
public interface IAnyAllocator : IAllocator, IDisposable
- Inherited Members
Methods
Allocate<T>(int)
IAlloaction<T> Allocate<T>(int size) where T : unmanaged
Parameters
size
int
Returns
- IAlloaction<T>
Type Parameters
T