![]() |
Ark Server API (ASA) - Wiki
|
#include <WindowsPlatformMemory.h>
Inheritance diagram for FPlatformMemoryStats:
Collaboration diagram for FPlatformMemoryStats:Public Member Functions | |
| FPlatformMemoryStats () | |
| EMemoryPressureStatus | GetMemoryPressureStatus () const |
Public Member Functions inherited from FGenericPlatformMemoryStats | |
| EMemoryPressureStatus | GetMemoryPressureStatus () const |
| FGenericPlatformMemoryStats () | |
| TArray< FPlatformSpecificStat > | GetPlatformSpecificStats () const |
| uint64 | GetAvailablePhysical (bool bExcludeExtraDevMemory) const |
| void | SetEndFrameCsvStats () const |
Public Member Functions inherited from FGenericPlatformMemoryConstants | |
| FGenericPlatformMemoryConstants () | |
| FGenericPlatformMemoryConstants (const FGenericPlatformMemoryConstants &Other) | |
Public Attributes | |
| SIZE_T | WindowsSpecificMemoryStat |
| EMemoryPressureStatus | MemoryPressureStatus |
Public Attributes inherited from FGenericPlatformMemoryStats | |
| uint64 | AvailablePhysical |
| uint64 | AvailableVirtual |
| uint64 | UsedPhysical |
| uint64 | PeakUsedPhysical |
| uint64 | UsedVirtual |
| uint64 | PeakUsedVirtual |
Public Attributes inherited from FGenericPlatformMemoryConstants | |
| uint64 | TotalPhysical |
| uint64 | TotalVirtual |
| SIZE_T | PageSize |
| SIZE_T | OsAllocationGranularity |
| SIZE_T | BinnedPageSize |
| SIZE_T | BinnedAllocationGranularity |
| uint64 | AddressLimit |
| uint32 | TotalPhysicalGB |
Additional Inherited Members | |
Public Types inherited from FGenericPlatformMemoryStats | |
| enum class | EMemoryPressureStatus : uint8 { Unknown , Nominal , Critical } |
Windows implementation of the FGenericPlatformMemoryStats.
Definition at line 18 of file WindowsPlatformMemory.h.
|
inline |
Default constructor, clears all variables.
Definition at line 22 of file WindowsPlatformMemory.h.
Here is the call graph for this function:
|
inline |
Definition at line 28 of file WindowsPlatformMemory.h.
| EMemoryPressureStatus FPlatformMemoryStats::MemoryPressureStatus |
Status reported by QueryMemoryResourceNotification.
Definition at line 36 of file WindowsPlatformMemory.h.
| SIZE_T FPlatformMemoryStats::WindowsSpecificMemoryStat |
Example of a memory stat that is specific to Windows.
Definition at line 34 of file WindowsPlatformMemory.h.