高锐和小阿giao的测试代码存放仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gaorui 8b4e0e9c07 改名shared_memory.c为pc_shm.c,因为他是父子进程间使用共享内存通信 4 months ago
..
pc_shm.c 改名shared_memory.c为pc_shm.c,因为他是父子进程间使用共享内存通信 4 months ago
shared_memory 在mac上编辑,在deepin上运行,使用1_shared_memory文件夹 4 months ago
shared_memory.c 解决shm_destroy中分离共享内存后访问共享内存结构体指针内部成员导致崩溃的问题,因为分离共享内存后,共享内存结构体指针指向的地址已经从进程空间中移除,是无效的地址,再访问就会造成段错误 4 months ago