MemoryInUse - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MmaTranslator[Mma]

  

MemoryInUse

  

return the number of bytes currently being used

 

Calling Sequence

Description

Examples

Calling Sequence

MemoryInUse()

Description

• 

The MemoryInUse command returns the number of bytes currently being used to store all data in the current Maple session.

Examples

withMmaTranslatorMma:

Use the command with the Maple translation.

MemoryInUse

2078464

(1)

Alternatively, you can use the FromMma command with the evaluate option specified.

withMmaTranslator:

FromMma`MemoryInUse[]`,evaluate

15482024

(2)

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]