runtime_memory_info_s class final

@brief Structure for memory information. @since_tizen @if WEARABLE 3.0 @else 2.4 @endif

Inheritance
Implemented types
Available extensions

Constructors

runtime_memory_info_s.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
cache int
< Cache memory (KiB)
getter/setter pair
free int
< Free memory (KiB)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
swap int
< Swap memory (KiB)
getter/setter pair
total int
< Total memory (KiB)
getter/setter pair
used int
< Used memory (KiB)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited