Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 16th, 2010 | Syntax: C | Size: 0.09 KB | Hits: 54 | Expires: Never
Copy text to clipboard
  1. #include <stdlib.h>
  2.  
  3. int main()
  4. {
  5.  
  6.  
  7.         malloc(1<<30);
  8.         sleep(1);
  9.  
  10. }