Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.Ucrtbase Class Reference

Package Functions

static unsafe void * _aligned_malloc (nuint size, nuint alignment)
 
static unsafe void _aligned_free (void *ptr)
 
static unsafe void * _aligned_realloc (void *ptr, nuint size, nuint alignment)
 
static unsafe void * calloc (nuint num, nuint size)
 
static unsafe void free (void *ptr)
 
static unsafe void * malloc (nuint size)
 
static unsafe void * realloc (void *ptr, nuint new_size)
 

Detailed Description

Definition at line 1792 of file Interop.cs.


The documentation for this class was generated from the following file: