terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.DataStructures.BufferPool Class Reference
+ Collaboration diagram for Terraria.DataStructures.BufferPool:

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 11 of file BufferPool.cs.


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