Memory Usage: memory

Field

Mutable

Type

Explanation

atoms

no

Int

Memory used in bytes for atoms.

names

no

Int

Memory used in bytes for names.

freelist

no

Int

Memory allocated but held in free lists for later use in bytes.

code

no

Int

Memory used in bytes for Mozart bytecode.

heap

no

Int

Total memory used in Kilo bytes (i.e., 1024 bytes) since start of the Mozart engine. Is increased after each garbage collection by the heap threshold.


Denys Duchier, Leif Kornstaedt, Martin Homik, Tobias Müller, Christian Schulte and Peter Van Roy
Version 1.4.0 (20080702)