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

◆ Free()

static unsafe void System.Runtime.InteropServices.NativeMemory.Free ( void * ptr)
inlinestatic

Definition at line 94 of file NativeMemory.cs.

95 {
96 if (ptr != null)
97 {
99 }
100 }
static unsafe void free(void *ptr)

References Interop.Ucrtbase.free().

Referenced by System.IO.RandomAccess.CleanupScatterGatherBuffers().