terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.DataStructures.BufferPool Class Reference

Static Public Member Functions

static CachedBuffer Request (int size)
 
static CachedBuffer Request (byte[] data, int offset, int size)
 
static void Recycle (CachedBuffer buffer)
 
static void PrintBufferSizes ()
 

Static Private Member Functions

static BufferPool ()
 

Static Private Attributes

const int SMALL_BUFFER_SIZE = 32
 
const int MEDIUM_BUFFER_SIZE = 256
 
const int LARGE_BUFFER_SIZE = 16384
 
static object bufferLock
 
static Queue< CachedBufferSmallBufferQueue
 
static Queue< CachedBufferMediumBufferQueue
 
static Queue< CachedBufferLargeBufferQueue
 

Detailed Description

Definition at line 8 of file BufferPool.cs.


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