Linux mmap原理

進程用mmap來分配內存,讀取大文件,進程間通訊等 void *mmap(void *addr, size_t length, int prot, int flags,int fd, off_t offset)  
相關文章
相關標籤/搜索