![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "HAL/MallocAnsi.h"#include "Misc/AssertionMacros.h"#include "Math/UnrealMathUtility.h"#include "ProfilingDebugging/MemoryTrace.h"#include "Templates/AlignmentTemplates.h"#include "AutoRTFM.h"Macros | |
| #define | MALLOC_ANSI_USES__ALIGNED_MALLOC !UE_AUTORTFM && PLATFORM_USES__ALIGNED_MALLOC |
Functions | |
| void * | AnsiMalloc (SIZE_T Size, uint32 Alignment) |
| void * | AnsiRealloc (void *Ptr, SIZE_T NewSize, uint32 Alignment) |
| void | AnsiFree (void *Ptr) |
| #define MALLOC_ANSI_USES__ALIGNED_MALLOC !UE_AUTORTFM && PLATFORM_USES__ALIGNED_MALLOC |