#include #include int main() { while(1) { malloc(1024); // allocate 1024bytes } return 0; }