老唐
唐吉诃德猫
全部博文(61)
2011年(2)
2010年(37)
2009年(22)
Klose
Phyllis6
lantian5
attila_c
wale2014
brewerdo
xuy2016
study123
cyg_x
分类: LINUX
2010-04-20 13:17:04
#include <stdio.h> #include <stdlib.h> #include <unistd.h> int main(int argc, char *argv[]) { int MB; while(malloc(1<<20)) ++MB; printf("Allocated %d MB total!\n", MB); return 0; }
上一篇:几本新书
下一篇:Shell中的循环
登录 注册