Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Vista.....
Vista..... [message #12090] Wed, 10 October 2007 20:33
mirek is currently offline  mirek
Messages: 13975
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: Thu Mar 28 15:29:08 CET 2024

Total time taken to generate the page: 0.01477 seconds