Os.Munmap(Int64, Int64) Method

Definition

See munmap(2).

[Android.Runtime.Register("munmap", "(JJ)V", "")]
public static void Munmap (long address, long byteCount);
[<Android.Runtime.Register("munmap", "(JJ)V", "")>]
static member Munmap : int64 * int64 -> unit

Parameters

address
Int64
byteCount
Int64
Attributes

Exceptions

Remarks

See munmap(2).

Java documentation for android.system.Os.munmap(long, long).

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