Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Buffers.ConfigurableArrayPool< T > Class Template Referencesealed

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< TCreate ()
 
static ArrayPool< TCreate (int maxArrayLength, int maxArraysPerBucket)
 

Package Functions

 ConfigurableArrayPool ()
 
 ConfigurableArrayPool (int maxArrayLength, int maxArraysPerBucket)
 

Properties

int Id [get]
 
static ArrayPool< TShared [get]
 

Private Attributes

readonly Bucket[] _buckets
 

Static Private Attributes

static readonly TlsOverPerCoreLockedStacksArrayPool< Ts_shared = new TlsOverPerCoreLockedStacksArrayPool<T>()
 

Detailed Description

Definition at line 6 of file ConfigurableArrayPool.cs.


The documentation for this class was generated from the following file: