I\'m programming in C in Visual Studio 2005.I have a multi-threaded program, but that\'s not especially important here.
How can I get the number of free bytes available in memory, in .NET? 开发者_开发问答Also, can you think of a potentially better random number beside new Random().Next(), DateTime.Now.Ticks, or availa
I need to open all frames from Tiff image in WPF into memory and then delete the source. And after that I eventual开发者_StackOverflow社区ly need to render that image (resized according to window size
Why doesn\'t Adobe follow their own advice and have a Captivate swf listen for its own UNLOAD event, and clean up all its timers, event listeners, external references, etc.
I have detected a memory corruption in my embedded environment (my program is running on a set top box with a proprietary OS ). but I couldn\'t get the root cause of it.
I have a strange problem with a memory leak (the only one ;-) ) in my iPhone app: alt text http://img253.imageshack.us/img253/8530/bildschirmfoto20091105u.png
I\'m using Visual Studio 2008 (with the latest service pack) I also have ReSharper 4.5 installed. ReSharper Code analysis/ scan is turned off.
I have objects I am saving to the file system using 开发者_Go百科serialization.When I load the app, should I load all the objects into memory or just stubs (for searching capabilities)?
I need a very large list, and am trying to figure out how big I can make it so that it still fits in 1-2GB of RAM. I am using the CPython implementation, on 64 bit (x86_64).
开发者_如何学GoHow can I monitor or visualize memory fragmentation of a delphi application?Most Delphi applications use FastMM now, and if you have the source code version linked in you can use the Fa