C# 클래스 BrawlLib.Platform.Linux

파일 보기 프로젝트 열기: soopercool101/BrawlCrate

비공개 메소드들

메소드 설명
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