docs.unity3d.com
    Show / Hide Table of Contents

    Class UniversalDataSystem.GetMemoryStatsRequest

    Get memory information of the UniversalDataSystem library

    Inheritance
    Object
    Request
    UniversalDataSystem.GetMemoryStatsRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.UDS
    Syntax
    public class GetMemoryStatsRequest : Request

    Properties

    CurrentInuseSize

    Size of memory currently used by the NpUniversalDataSystem library

    Declaration
    public ulong CurrentInuseSize { get; }
    Property Value
    Type Description
    UInt64

    MaxInuseSize

    Maximum size of memory used by the UniversalDataSystem library

    Declaration
    public ulong MaxInuseSize { get; }
    Property Value
    Type Description
    UInt64

    PoolSize

    Size of the UniversalDataSystem library memory pool. PoolSize

    Declaration
    public ulong PoolSize { get; }
    Property Value
    Type Description
    UInt64

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020