Sprache

ActivityManager.MemoryInfo.FreeMem Property

Definition

The free memory on the system.

[Android.Runtime.Register("freeMem", ApiSince=37)]
public long FreeMem { get; set; }
[<Android.Runtime.Register("freeMem", ApiSince=37)>]
member this.FreeMem : int64 with get, set

Property Value

The free memory on the system.

Attributes

Remarks

The free memory on the system. This is the unused RAM size of the device. Unlike availMem, it's a basic snapshot of free RAM, not accounting for reclaimable memory.

Android reference for android.app.ActivityManager.MemoryInfo.freeMem.

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