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