#include int main(int argc, char **argv) { char *buf; int i; int size; size=atoi(argv[1]); buf=calloc(size * 1024,1); for(;;) for(i=0;i