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
|
Public Member Functions | |
LegacyNetBufferPool () | |
Static Public Member Functions | |
static byte[] | RequestBuffer (int size) |
static byte[] | RequestBuffer (byte[] data, int offset, int size) |
static void | ReturnBuffer (byte[] buffer) |
static void | DisplayBufferSizes () |
static void | PrintBufferSizes () |
Static Private Member Functions | |
static | LegacyNetBufferPool () |
Static Private Attributes | |
const int | SMALL_BUFFER_SIZE = 256 |
const int | MEDIUM_BUFFER_SIZE = 1024 |
const int | LARGE_BUFFER_SIZE = 16384 |
static object | bufferLock |
static Queue< byte[]> | _smallBufferQueue |
static Queue< byte[]> | _mediumBufferQueue |
static Queue< byte[]> | _largeBufferQueue |
static int | _smallBufferCount |
static int | _mediumBufferCount |
static int | _largeBufferCount |
static int | _customBufferCount |
Definition at line 10 of file LegacyNetBufferPool.cs.