Struct ProcessMemoryStats
Contains information about current memory usage by the process.
Assembly: FlaxEngine.dll
File: Engine/Platform/MemoryStats.h
Syntax
public struct ProcessMemoryStats
Fields
UsedPhysicalMemory
Amount of used physical memory in bytes.
Declaration
public uint64 UsedPhysicalMemory = 0
Field Value
uint64
|
UsedVirtualMemory
Amount of used virtual memory in bytes.
Declaration
public uint64 UsedVirtualMemory = 0
Field Value
uint64
|