memory

Get memory information.

📝 Syntax

  • memory

  • usermem = memory()

  • [usermem, systemmem] = memory()

📤 Output argument

  • usermem - Get information about user memory (an struct).

  • systemmem - Get information about system memory (an struct)

📄 Description

memory get memory information.

User Memory: returns Maximum Possible Array (MaxPossibleArrayBytes), Memory Available for All Arrays (MemAvailableAllArrays), Memory Used By Nelson (MemUsedNelson).

System Memory:

VirtualAddressSpace.Available: available swap file space

VirtualAddressSpace.Total: total swap file space

SystemMemory.Available: available system memory

PhysicalMemory.Available: available physical memory

PhysicalMemory.Total: total physical memory

💡 Examples

🔗 See also

clear, who.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?