UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GenericPlatformMemoryPoolStats.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================================
4 GenericPlatformMemoryPoolStats.h: Stat definitions for generic memory pools
5==============================================================================================*/
6
7#pragma once
8
9#include "CoreTypes.h"
10#include "Stats/Stats.h"
11
13DECLARE_MEMORY_STAT_POOL_EXTERN(TEXT("Total Physical Memory Pool (CPU + GPU) [PhysicalLLM]"), MCR_PhysicalLLM, STATGROUP_Memory, FPlatformMemory::MCR_PhysicalLLM, CORE_API);
16DECLARE_MEMORY_STAT_POOL_EXTERN(TEXT("Streaming Texture Pool [Streaming]"), MCR_StreamingPool, STATGROUP_Memory, FPlatformMemory::MCR_StreamingPool, CORE_API);
18
19// Must match values in the MemoryProfiler2.FMemoryAllocationStatsV4
24
31
32
33
#define TEXT(x)
Definition Platform.h:1272
#define DECLARE_MEMORY_STAT_POOL_EXTERN(CounterName, StatId, GroupId, Pool, API)
Definition Stats.h:688
#define DECLARE_MEMORY_STAT_EXTERN(CounterName, StatId, GroupId, API)
Definition Stats.h:687
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ MCR_TexturePool
Definition GenericPlatformMemory.h:254
@ MCR_GPU
Definition GenericPlatformMemory.h:252
@ MCR_UsedStreamingPool
Definition GenericPlatformMemory.h:256
@ MCR_Physical
Definition GenericPlatformMemory.h:251
@ MCR_PhysicalLLM
Definition GenericPlatformMemory.h:258
@ MCR_StreamingPool
Definition GenericPlatformMemory.h:255