BrawlLib.Platform.Linux.mmap C# (CSharp) Method

mmap() private method

private mmap ( void* addr, uint len, MMapProtect prot, MMapFlags flags, int fildes, uint off ) : void*
addr void*
len uint
prot MMapProtect
flags MMapFlags
fildes int
off uint
return void*
        public static extern void* mmap(void* addr, uint len, MMapProtect prot, MMapFlags flags, int fildes, uint off);