Ejemplo n.º 1
0
 public static extern IntPtr mmap(IntPtr address, uint size, MMapProt prot, MMapFlags flags, int fd, int offset);
Ejemplo n.º 2
0
 public static extern IntPtr mmap(IntPtr addr, uint len, ProtectionFlags prot, MMapFlags flags, int fd, int offset);
Ejemplo n.º 3
0
		public static extern IntPtr mmap(IntPtr addr, uint len, ProtectionFlags prot, MMapFlags flags, int fd, int offset);
Ejemplo n.º 4
0
 public static extern void* mmap(void* addr, uint len, MMapProtect prot, MMapFlags flags, int fildes, uint off);
Ejemplo n.º 5
0
 public static extern void* mmap(void* addr, uint len, MMapProtect prot, MMapFlags flags, int fildes, uint off);