TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ TryFreeingMemory()

static void Terraria.ModLoader.Logging.TryFreeingMemory ( )
inlinestaticprivate

Definition at line 514 of file Logging.cs.

515 {
516 Main.tile = new Tilemap(0, 0);
517 GC.Collect();
518 }

Referenced by Terraria.ModLoader.Logging.FirstChanceExceptionHandler().

+ Here is the caller graph for this function: