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
|
Classes | |
class | MemoryChunk |
Package Functions | |
ScatterGatherBuffers () | |
ScatterGatherBuffers (long totalSize) | |
BufferOffsetSize[] | GetBuffers () |
void | Write (byte[] buffer, int offset, int count) |
Properties | |
bool | Empty [get, set] |
int | Length [get, set] |
Private Member Functions | |
ScatterGatherBuffers.MemoryChunk | AllocateMemoryChunk (int newSize) |
Private Attributes | |
ScatterGatherBuffers.MemoryChunk | headChunk |
ScatterGatherBuffers.MemoryChunk | currentChunk |
int | nextChunkLength |
int | totalLength |
int | chunkCount |
Definition at line 8 of file ScatterGatherBuffers.cs.