MemoryUsage
This class represents statistics of memory usage in one memory pool.
Constructors
<init>
This class represents statistics of memory usage in one memory pool.
MemoryUsage(totalObjectsSizeBytes: Long)
Properties
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