Os.Mmap(Int64, Int64, Int32, Int32, FileDescriptor, Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
See mmap(2).
[Android.Runtime.Register("mmap", "(JJIILjava/io/FileDescriptor;J)J", "")]
public static long Mmap (long address, long byteCount, int prot, int flags, Java.IO.FileDescriptor? fd, long offset);
[<Android.Runtime.Register("mmap", "(JJIILjava/io/FileDescriptor;J)J", "")>]
static member Mmap : int64 * int64 * int * int * Java.IO.FileDescriptor * int64 -> int64
Parameters
- address
- Int64
- byteCount
- Int64
- prot
- Int32
- flags
- Int32
- offset
- Int64
Returns
- Attributes
Exceptions
Remarks
See mmap(2).
Java documentation for android.system.Os.mmap(long, long, int, int, java.io.FileDescriptor, 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.