Navigation
API > API/Runtime > API/Runtime/Core
Struct for more detailed stats that are slower to gather. Useful when using ForkAndWait().
| Name | FExtendedPlatformMemoryStats |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformMemory.h |
| Include Path | #include "Unix/UnixPlatformMemory.h" |
Syntax
struct FExtendedPlatformMemoryStats
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIs_KSM_Enabled | bool | Unix/UnixPlatformMemory.h | ||
| KSM_Process_Profit | SIZE_T | How much private memory is being saved by KSM, minus memory used by KSM to do so | Unix/UnixPlatformMemory.h | |
| Private_Clean | SIZE_T | Unix/UnixPlatformMemory.h | ||
| Private_Dirty | SIZE_T | Private memory used | Unix/UnixPlatformMemory.h | |
| Shared_Clean | SIZE_T | Unix/UnixPlatformMemory.h | ||
| Shared_Dirty | SIZE_T | Shared memory used | Unix/UnixPlatformMemory.h |