Gorgon
Show / Hide Table of Contents

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.

In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author