class
	MEM_INFO

General
	cluster: base.kernel
	description: 
		"Properties of the memory management mechanism.
		This class may be used as ancestor by classes needing its facilities."
	create: make

Ancestors
	MEM_CONST

Queries
	C_memory: INTEGER
	Eiffel_memory: INTEGER
	free: INTEGER
	Full_collector: INTEGER
	Incremental_collector: INTEGER
	overhead: INTEGER
	total: INTEGER
	Total_memory: INTEGER
	type: INTEGER
	used: INTEGER

Commands
	make (memory: INTEGER)
	update (memory: INTEGER)

Constraints
	consistent memory