android.os
public
static
class
android.os.Debug.MemoryInfo
This class is used to retrieved various statistics about the memory mappings for this
process. The returns info broken down by dalvik, native, and other. All results are in kB.
Summary
Fields
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Fields
public
int
dalvikPrivateDirty
The private dirty pages used by dalvik.
public
int
dalvikPss
The proportional set size for dalvik.
public
int
dalvikSharedDirty
The shared dirty pages used by dalvik.
public
int
nativePrivateDirty
The private dirty pages used by the native heap.
public
int
nativePss
The proportional set size for the native heap.
public
int
nativeSharedDirty
The shared dirty pages used by the native heap.
public
int
otherPrivateDirty
The private dirty pages used by everything else.
public
int
otherPss
The proportional set size for everything else.
public
int
otherSharedDirty
The shared dirty pages used by everything else.
Public Constructors
public
Debug.MemoryInfo()