Search Results for

    Show / Hide Table of Contents

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat