摘要: 查看共享内存使用情况ipcs -m 删除指定key的共享内存ipcrm -m shmid 例一: server.c (创建共享内存并写入数据) #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/ipc.h 阅读全文
posted @ 2025-09-11 13:50 小小仓鼠 阅读(8) 评论(0) 推荐(0)