Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FPlatformMemoryStats Struct Reference

#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< FPlatformSpecificStatGetPlatformSpecificStats () 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 }
 

Detailed Description

Windows implementation of the FGenericPlatformMemoryStats.

Definition at line 18 of file WindowsPlatformMemory.h.

Constructor & Destructor Documentation

◆ FPlatformMemoryStats()

FPlatformMemoryStats::FPlatformMemoryStats ( )
inline

Default constructor, clears all variables.

Definition at line 22 of file WindowsPlatformMemory.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ GetMemoryPressureStatus()

EMemoryPressureStatus FPlatformMemoryStats::GetMemoryPressureStatus ( ) const
inline

Definition at line 28 of file WindowsPlatformMemory.h.

Member Data Documentation

◆ MemoryPressureStatus

EMemoryPressureStatus FPlatformMemoryStats::MemoryPressureStatus

Status reported by QueryMemoryResourceNotification.

Definition at line 36 of file WindowsPlatformMemory.h.

◆ WindowsSpecificMemoryStat

SIZE_T FPlatformMemoryStats::WindowsSpecificMemoryStat

Example of a memory stat that is specific to Windows.

Definition at line 34 of file WindowsPlatformMemory.h.


The documentation for this struct was generated from the following file: