Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.InteropServices.NativeMemory Member List

This is the complete list of members for System.Runtime.InteropServices.NativeMemory, including all inherited members.

AlignedAlloc(nuint byteCount, nuint alignment)System.Runtime.InteropServices.NativeMemoryinlinestatic
AlignedFree(void *ptr)System.Runtime.InteropServices.NativeMemoryinlinestatic
AlignedRealloc(void *ptr, nuint byteCount, nuint alignment)System.Runtime.InteropServices.NativeMemoryinlinestatic
Alloc(nuint elementCount, nuint elementSize)System.Runtime.InteropServices.NativeMemoryinlinestatic
Alloc(nuint byteCount)System.Runtime.InteropServices.NativeMemoryinlinestatic
AllocZeroed(nuint byteCount)System.Runtime.InteropServices.NativeMemoryinlinestatic
AllocZeroed(nuint elementCount, nuint elementSize)System.Runtime.InteropServices.NativeMemoryinlinestatic
Free(void *ptr)System.Runtime.InteropServices.NativeMemoryinlinestatic
GetByteCount(nuint elementCount, nuint elementSize)System.Runtime.InteropServices.NativeMemoryinlineprivatestatic
Realloc(void *ptr, nuint byteCount)System.Runtime.InteropServices.NativeMemoryinlinestatic