![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "HAL/PlatformAtomics.h"#include "HAL/PlatformCrt.h"#include "Misc/Exec.h"#include "Misc/OutputDevice.h"#include "Templates/Atomic.h"Go to the source code of this file.
Classes | |
| class | FUseSystemMallocForNew |
| class | FMalloc |
Namespaces | |
| namespace | UE |
| namespace | UE::Private |
Macros | |
| #define | UPDATE_MALLOC_STATS 1 |
Enumerations | |
| enum | { DEFAULT_ALIGNMENT = 0 , MIN_ALIGNMENT = 8 } |
Functions | |
| CORE_API | UE::Private::TSAN_ATOMIC (class FMalloc *) GMalloc |
Variables | |
| CORE_API class FMalloc *const & | GMalloc |
| CORE_API class FMalloc ** | GFixedMallocLocationPtr |
| #define UPDATE_MALLOC_STATS 1 |
Memory allocator pointer location when PLATFORM_USES_FIXED_GMalloc_CLASS is true.