Debug.NativeHeapFreeSize Property

Definition

Returns the amount of free memory in the native heap.

public static long NativeHeapFreeSize { [Android.Runtime.Register("getNativeHeapFreeSize", "()J", "")] get; }
[<get: Android.Runtime.Register("getNativeHeapFreeSize", "()J", "")>]
static member NativeHeapFreeSize : int64

Property Value

The freed size in bytes.

Attributes

Remarks

Returns the amount of free memory in the native heap.

Java documentation for android.os.Debug.getNativeHeapFreeSize().

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