Language

Os.Madvise(Int64, Int64, Int32) Method

Definition

See madvise(2).

[Android.Runtime.Register("madvise", "(JJI)V", "", ApiSince=37)]
public static void Madvise(long address, long byteCount, int advice);
[<Android.Runtime.Register("madvise", "(JJI)V", "", ApiSince=37)>]
static member Madvise : int64 * int64 * int -> unit

Parameters

address
Int64
byteCount
Int64
advice
Int32
Attributes

Applies to