pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
0 sec ago
Snippet #41
Lua | 3 sec ago
Untitled
5 sec ago
Untitled
Python | 17 sec ago
Untitled
6 sec ago
Untitled
C | 8 sec ago
Untitled
11 sec ago
Untitled
13 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 16th, 2010 | Syntax:
C
| Size: 0.09 KB | Hits: 54 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
#include <stdlib.h>
int
main
(
)
{
malloc
(
1
<<
30
)
;
sleep
(
1
)
;
}
create new paste
|
create new version of this paste
RAW Paste Data
#include <stdlib.h> int main() { malloc(1<<30); sleep(1); }