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

◆ AlignedFree()

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

Definition at line 48 of file NativeMemory.cs.

49 {
50 if (ptr != null)
51 {
53 }
54 }
static unsafe void _aligned_free(void *ptr)

References Interop.Ucrtbase._aligned_free().