Linux mmap原理

进程用mmap来分配内存,读取大文件,进程间通讯等 void *mmap(void *addr, size_t length, int prot, int flags,int fd, off_t offset)  
相关文章
相关标签/搜索