class ECOM_WIDE_STRING General cluster: com.Structures description: "wrapping of LPWSTR" create: make_from_pointer, make_from_string Ancestors MEMORY Queries C_memory: INTEGER chunk_size: INTEGER coalesce_period: INTEGER collecting: BOOLEAN collection_period: INTEGER Eiffel_memory: INTEGER exists: BOOLEAN Full_collector: INTEGER gc_statistics (collector_type: INTEGER): GC_INFO generation_object_limit: INTEGER Incremental_collector: INTEGER is_in_final_collect: BOOLEAN item: POINTER largest_coalesced_block: INTEGER max_mem: INTEGER memory_statistics (memory_type: INTEGER): MEM_INFO memory_threshold: INTEGER referers (an_object: ANY): ARRAY [ANY] scavenge_zone_size: INTEGER shared: BOOLEAN tenure: INTEGER to_string: STRING Total_memory: INTEGER Commands allocate_compact allocate_fast allocate_tiny collect collection_off collection_on disable_time_accounting enable_time_accounting free (object: ANY) full_coalesce full_collect mem_free (addr: POINTER) set_coalesce_period (value: INTEGER) set_collection_period (value: INTEGER) set_max_mem (value: INTEGER) set_memory_threshold (value: INTEGER) set_shared set_unshared Constraints exists