Loading

摘要: 首部 内存映射 应用背景 问题: 当数据量规模较大时 带来大量的系统开销 解决方式: 应用层->操作设备 函数原型 #include <sys/mman.h> void *mmap(void *addr, size_t length, int prot, int flags, int fd, off 阅读全文
posted @ 2020-12-28 15:27 流缘飞雨 阅读(208) 评论(0) 推荐(0)