Search:
Login
Help/Guide
About Trac
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #15258
Ticket #15258
: MemAlloc.c
File MemAlloc.c,
131 bytes
(added by
X512
,
5 years ago
)
Test program
Line
1
#include
<stdlib.h>
2
3
int
main
()
4
{
5
void
*
block
;
6
while
(
1
)
{
7
block
=
malloc
(
32
);
8
}
9
}
10
11
/*
12
gcc MemAlloc.c -o MemAlloc
13
MemAlloc
14
*/
Download in other formats:
Original Format