|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| T[] | Rent (int minimumLength) |
| void | Return (T[] array, bool clearArray=false) |
Static Public Member Functions | |
| static ArrayPool< T > | Create () |
| static ArrayPool< T > | Create (int maxArrayLength, int maxArraysPerBucket) |
Properties | |
| static ArrayPool< T > | Shared [get] |
Static Private Attributes | |
| static readonly TlsOverPerCoreLockedStacksArrayPool< T > | s_shared = new TlsOverPerCoreLockedStacksArrayPool<T>() |
Definition at line 3 of file ArrayPool.cs.