|
Terraria v1.4.4.9
Terraria source code documentation
|
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) |
Definition at line 10 of file TlsOverPerCoreLockedStacksArrayPool.cs.