【Linux系列】内存映射函数mmap的用法

DATE: 2019-9-15 一、参考 mmap (一种内存映射文件的方法) mmap.2.htmlhtml 二、mmap与munmap系统调用 mmap, munmap - map or unmap files or devices into memorylinux #include <sys/mman.h> void *mmap(void *addr, size_t length, int
相关文章
相关标签/搜索