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