#include <stdlib.h>
int main()
{
for (;;)
malloc(1);
return 0;
}
Edited by Guest, 11 October 2009 - 07:30 AM.
#include <stdlib.h>
int main()
{
for (;;)
malloc(1);
return 0;
}
Edited by Guest, 11 October 2009 - 07:30 AM.
|
|
|
Guest_Jordan_*
Jordan said:
Jordan said:


ZekeDragon said: