Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
MallocAnsi.h File Reference
#include "CoreTypes.h"
#include "HAL/MemoryBase.h"
#include "HAL/UnrealMemory.h"
+ Include dependency graph for MallocAnsi.h:

Go to the source code of this file.

Classes

class  FMallocAnsi
 

Functions

voidAnsiMalloc (SIZE_T Size, uint32 Alignment)
 
voidAnsiRealloc (void *Ptr, SIZE_T NewSize, uint32 Alignment)
 
void AnsiFree (void *Ptr)
 

Function Documentation

◆ AnsiFree()

void AnsiFree ( void * Ptr)

◆ AnsiMalloc()

void * AnsiMalloc ( SIZE_T Size,
uint32 Alignment )

◆ AnsiRealloc()

void * AnsiRealloc ( void * Ptr,
SIZE_T NewSize,
uint32 Alignment )