![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Windows/WindowsPlatformMemory.h"#include "Containers/UnrealString.h"#include "CoreGlobals.h"#include "GenericPlatform/GenericPlatformMemoryPoolStats.h"#include "HAL/IConsoleManager.h"#include "HAL/LowLevelMemTracker.h"#include "HAL/MallocAnsi.h"#include "HAL/MallocBinned.h"#include "HAL/MallocBinned2.h"#include "HAL/MallocBinned3.h"#include "HAL/MallocDoubleFreeFinder.h"#include "HAL/MallocMimalloc.h"#include "HAL/MallocLibpas.h"#include "HAL/MallocStomp.h"#include "HAL/MallocStomp2.h"#include "HAL/MallocTBB.h"#include "HAL/MemoryMisc.h"#include "Logging/LogMacros.h"#include "Math/NumericLimits.h"#include "Misc/AssertionMacros.h"#include "Misc/Guid.h"#include "Misc/OutputDevice.h"#include "Misc/OutputDeviceRedirector.h"#include "Stats/Stats.h"#include "Windows/AllowWindowsPlatformTypes.h"#include "ProfilingDebugging/CsvProfiler.h"#include <MemoryApi.h>#include <Psapi.h>#include <jobapi2.h>#include "Windows/HideWindowsPlatformTypes.h"Functions | |
| DECLARE_MEMORY_STAT (TEXT("Windows Specific Memory Stat"), STAT_WindowsSpecificMemoryStat, STATGROUP_MemoryPlatform) | |
| CSV_DECLARE_CATEGORY_EXTERN (FMemory) | |
| CSV_DECLARE_CATEGORY_EXTERN | ( | FMemory | ) |
| DECLARE_MEMORY_STAT | ( | TEXT("Windows Specific Memory Stat") | , |
| STAT_WindowsSpecificMemoryStat | , | ||
| STATGROUP_MemoryPlatform | |||
| ) |