MemoryUsage

Native
1.9
@NativeRuntimeApi class MemoryUsage
(source)

This class represents statistics of memory usage in one memory pool.

Constructors

Native
1.3

<init>

This class represents statistics of memory usage in one memory pool.

MemoryUsage(totalObjectsSizeBytes: Long)

Properties

Native
1.3

totalObjectsSizeBytes

The total size of allocated objects. System allocator overhead is not included, so it can not perfectly match the value received by os tools. All alignment and auxiliary object headers are included.

val totalObjectsSizeBytes: Long