java.lang.Object | |
↳ | 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.
[Expand]
Inherited Constants
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
CREATOR | ||||||||||
|
dalvikPrivateDirty | The private dirty pages used by dalvik. | |||||||||
|
dalvikPss | The proportional set size for dalvik. | |||||||||
|
dalvikSharedDirty | The shared dirty pages used by dalvik. | |||||||||
|
nativePrivateDirty | The private dirty pages used by the native heap. | |||||||||
|
nativePss | The proportional set size for the native heap. | |||||||||
|
nativeSharedDirty | The shared dirty pages used by the native heap. | |||||||||
|
otherPrivateDirty | The private dirty pages used by everything else. | |||||||||
|
otherPss | The proportional set size for everything else. | |||||||||
|
otherSharedDirty | The shared dirty pages used by everything else. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
Return total private dirty memory usage in kB.
|
|||||||||
|
|
Return total PSS memory usage in kB.
|
|||||||||
|
|
Return total shared dirty memory usage in kB.
|
|||||||||
|
|
|
|||||||||
|
|
Flatten this object in to a Parcel.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Return total private dirty memory usage in kB.
Return total shared dirty memory usage in kB.
Flatten this object in to a Parcel.
dest | The Parcel in which the object should be written. |
---|---|
flags | Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE . |