Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AlignedFree()
static unsafe void System.Runtime.InteropServices.NativeMemory.AlignedFree
(
void *
ptr
)
inline
static
Definition at line
48
of file
NativeMemory.cs
.
49
{
50
if
(ptr !=
null
)
51
{
52
Interop
.
Ucrtbase
.
_aligned_free
(ptr);
53
}
54
}
Interop.Ucrtbase._aligned_free
static unsafe void _aligned_free(void *ptr)
Interop.Ucrtbase
Definition
Interop.cs:1793
Interop
Definition
Interop.cs:6
References
Interop.Ucrtbase._aligned_free()
.
System
Runtime
InteropServices
NativeMemory
Generated by
1.10.0