renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.util
/
CSMemory
/
RealTotalMemoryUsage
Real
Total
Memory
Usage
data
class
RealTotalMemoryUsage
(
val
context
:
Context
,
val
nativeHeapSize
:
Long
,
val
nativeHeapFreeSize
:
Long
)
Members
Constructors
Real
Total
Memory
Usage
Link copied to clipboard
constructor
(
context
:
Context
,
nativeHeapSize
:
Long
,
nativeHeapFreeSize
:
Long
)
Properties
context
Link copied to clipboard
val
context
:
Context
native
Heap
Free
Size
Link copied to clipboard
val
nativeHeapFreeSize
:
Long
native
Heap
Size
Link copied to clipboard
val
nativeHeapSize
:
Long
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String