Skip to content

Instantly share code, notes, and snippets.

@kokumura
Created June 18, 2016 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kokumura/c835980b74880e33cf575b9acf59f4a6 to your computer and use it in GitHub Desktop.
Save kokumura/c835980b74880e33cf575b9acf59f4a6 to your computer and use it in GitHub Desktop.
#include <stdlib.h>
#include <unistd.h>
void main(){
while(malloc(100*1024*1024));
while(1)sleep(60);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment