Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class MEM_INFO General cluster: elks description: "Properties of the memory management mechanism. This class may be used as ancestor by classes needing its facilities." create: make Ancestors ANY MEMORY_STRUCTURE* MEM_CONST Queries C_memory: INTEGER_32 chunk: INTEGER_32 Eiffel_memory: INTEGER_32 free: INTEGER_32 free64: NATURAL_64 Full_collector: INTEGER_32 Incremental_collector: INTEGER_32 overhead: INTEGER_32 overhead64: NATURAL_64 total: INTEGER_32 total64: NATURAL_64 Total_memory: INTEGER_32 type: INTEGER_32 used: INTEGER_32 used64: NATURAL_64 Commands make (memory: INTEGER_32) update (memory: INTEGER_32) Constraints consistent memory
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org