U++ framework
Do not panic. Ask here before giving up.

Home » Community » Coffee corner » Vista.....
Vista..... [message #12090] Wed, 10 October 2007 20:33
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
Well, after running this code, the only way out is hard reset as system (Vista64, 2Ghz Core2, 2GB RAM) becomes totally unresponsive...

int main(int argc, const char *argv[])
{
	for(int i = 0; i < 100; i++) {
		printf("0x%llX\n", (long long)malloc(1000));
		printf("0x%llX\n", (long long)malloc(100000000));
	}
}


Not a nice first hand experience... Smile

Mirek
Previous Topic: Raise Exception instead of ASSERT for container
Next Topic: Intel G965 driver(?) bug
Goto Forum:
  


Current Time: Mon Apr 27 20:52:07 GMT+2 2026

Total time taken to generate the page: 0.00671 seconds