Namespace Gorgon.Memory
Classes
GorgonArrayPool<T>
Class to return array pools with a specific maximum size for the arrays that are pooled.
GorgonLinearPool<T>
A memory allocation strategy that uses a linear allocator to perform memory allocations.
GorgonPool<T>
A memory allocation strategy that uses a standar pool/free list allocator to perform memory allocations.
GorgonRingPool<T>
A memory allocation strategy that uses a circular buffer to perform memory allocations.
Interfaces
IGorgonAllocator<T>
Defines a memory allocator strategy.