C# Class BrawlLib.Platform.Linux

Show file Open project: soopercool101/BrawlCrate

Private Methods

Method Description
memmove ( void* dst, void* src, uint length ) : void
memset ( void* dest, byte value, uint length ) : void
mmap ( void* addr, uint len, MMapProtect prot, MMapFlags flags, int fildes, uint off ) : void*
munmap ( void* addr, uint len ) : int