摘要: /*usage: cc mem.c -o mem.out 后 使用./mem.out 100 & 消耗对应数字MB单位的内存,释放时杀掉对应进程即可*/ #include <stdlib.h> #include <stdio.h> #include <unistd.h> #define UNIT ( 阅读全文
posted @ 2020-09-29 15:18 phyger 阅读(1269) 评论(0) 推荐(0) 编辑