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

Public Member Functions

 PerCoreLockedStacks ()
 
bool TryPush (T[] array)
 
T[] TryPop ()
 
void Trim (int currentMilliseconds, int id, Utilities.MemoryPressure pressure, int bucketSize)
 

Private Attributes

readonly LockedStack[] _perCoreStacks
 

Static Private Attributes

static readonly int s_lockedStackCount = Math.Min(Environment.ProcessorCount, 64)
 

Detailed Description

Definition at line 10 of file TlsOverPerCoreLockedStacksArrayPool.cs.


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