Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static unsafe void * | Alloc (nuint elementCount, nuint elementSize) |
static unsafe void * | AllocZeroed (nuint byteCount) |
static unsafe void * | AlignedAlloc (nuint byteCount, nuint alignment) |
static unsafe void | AlignedFree (void *ptr) |
static unsafe void * | AlignedRealloc (void *ptr, nuint byteCount, nuint alignment) |
static unsafe void * | Alloc (nuint byteCount) |
static unsafe void * | AllocZeroed (nuint elementCount, nuint elementSize) |
static unsafe void | Free (void *ptr) |
static unsafe void * | Realloc (void *ptr, nuint byteCount) |
Static Private Member Functions | |
static unsafe nuint | GetByteCount (nuint elementCount, nuint elementSize) |
Definition at line 6 of file NativeMemory.cs.