Debug.MemoryInfo.DalvikSharedDirty Property

Definition

The shared dirty pages used by dalvik heap.

[Android.Runtime.Register("dalvikSharedDirty")]
public int DalvikSharedDirty { get; set; }
[<Android.Runtime.Register("dalvikSharedDirty")>]
member this.DalvikSharedDirty : int with get, set

Property Value

Attributes

Remarks

The shared dirty pages used by dalvik heap.

Java documentation for android.os.Debug.MemoryInfo.dalvikSharedDirty.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to