class STRING_WEAK_ARRAY
Summary
Overview
creation features
exported features
Garbage collector information and tuning:
SmartEiffel Garbage collector information and tuning:
new: STRING
best_fit (capacity: INTEGER_32): STRING
new_twin (string: STRING): STRING
recycle (a_item: R_)
item: R_
collecting: BOOLEAN
frozen
Is garbage collection enabled?
collection_off
frozen
Disable garbage collection.
collection_on
frozen
Enable garbage collection.
full_collect
frozen
Force a full collection cycle if garbage collection is enabled (i.e. collecting is True); do nothing otherwise.
collector_counter: INTEGER_32
frozen
The number of collections actually performed or -1 when the system is not using the SmartEiffel garbage collector (i.e. when the system is compiled using the -no_gc flag).
smart_eiffel_collector: BOOLEAN
frozen
Is the SmartEiffel garbage collector really used?
low_memory_strategy: BOOLEAN
frozen
Is the low memory strategy in use?
set_low_memory_strategy
frozen
high_memory_strategy: BOOLEAN
frozen
Is the high memory strategy in use?
set_high_memory_strategy
frozen
default_memory_strategy: BOOLEAN
frozen
Is the default memory strategy in use?
set_default_memory_strategy
frozen
allocated_bytes: INTEGER_32
frozen
Total number of allocated bytes of memory in the heap.