Android.OS.Debug.SetGlobalAllocationLimit Method
Establish a global object allocation limit.

Syntax

[Android.Runtime.Register("setGlobalAllocationLimit", "(I)I", "")]
[System.Obsolete("deprecated")]
public static int SetGlobalAllocationLimit (int limit)

Parameters

limit
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Establish a global object allocation limit. This feature was never enabled in release builds. The allocation limits feature was removed in Honeycomb. This method exists for compatibility and always returns -1 and has no effect.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1