Class UniversalDataSystem.GetMemoryStatsRequest
Get memory information of the UniversalDataSystem library
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()