Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | ArrayMemoryPoolBuffer |
Public Member Functions | |
override IMemoryOwner< T > | Rent (int minimumBufferSize=-1) |
void | Dispose () |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Properties | |
override int | MaxBufferSize [get] |
static MemoryPool< T > | Shared [get] |
Static Private Attributes | |
static readonly ArrayMemoryPool< T > | s_shared = new ArrayMemoryPool<T>() |
Definition at line 5 of file ArrayMemoryPool.cs.