windows, using c-free 5. i just want it to keep running untill it crashes or slows my comp down heaps
U
User 7811724
@User 7811724
Posts
-
how to make this not stop? -
how to make this not stop?? what do you mean.
-
how to make this not stop?hey guys i have this
int main(void)
{
while (malloc(50));
return 0;
}but after a couple of seconds it just asks to press any key to continue. what i would like it to do is just run till it crashes the program?
-
simple memory leakhey guys does any one have a simple source code to create a really simple memory leak?