Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class MA_MEMORY_STATE General cluster: memory_analyzer description: "Represent a memory state, it contain the informations of all type names and the count of them." create: make_with_memory_map Ancestors ANY Queries compare (a_state: [like Current] MA_MEMORY_STATE): ARRAYED_LIST [[like state] TUPLE [STRING_8, INTEGER_32]] found_type (a_type_name: STRING_8): BOOLEAN founded_type: [like item_founded] detachable TUPLE [STRING_8, INTEGER_32] item_found_count: INTEGER_32 memory_used_c: INTEGER_32 memory_used_eiffel: INTEGER_32 objects_total_count: INTEGER_32
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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