Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformMemory.h |
| Include | #include "Unix/UnixPlatformMemory.h" |
Syntax
struct FExtendedPlatformMemoryStats
Remarks
Struct for more detailed stats that are slower to gather. Useful when using ForkAndWait().
Variables
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | Private_Clean | ||
| SIZE_T | Private_Dirty | Private memory used | |
| SIZE_T | Shared_Clean | ||
| SIZE_T | Shared_Dirty | Shared memory used |