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

◆ PrintBufferSizes()

static void Terraria.DataStructures.BufferPool.PrintBufferSizes ( )
inlinestatic

Definition at line 36 of file BufferPool.cs.

37 {
38 if (!true)
39 {
40 }
41 if (!true)
42 {
43 }
44 string text;
45 Console.WriteLine("SmallBufferQueue.Count: " + text);
46 string text2;
47 Console.WriteLine("MediumBufferQueue.Count: " + text2);
48 string text3;
49 Console.WriteLine("LargeBufferQueue.Count: " + text3);
51 long num = 0L;
52 if ("" != null)
53 {
54 }
55 if (num == 0L)
56 {
57 return;
58 }
59 throw new OutOfMemoryException();
60 }
class f__AnonymousType0<< Count > j__TPar
static void WriteLine(object value)
Definition Console.cs:134

References j__TPar, System.L, System.text, and System.Console.WriteLine().