#include int main(void){ int i,j,k; for(i=0;i<2000;i++) malloc(10000000); return 0; }