We have a Windows Forms application that uses a (third party) ActiveX control, and are noticing in the .NET performance objects under \".NET CLR Memory\" that the number of \"Sync Blocks\" in use is c
I\'ve found various ways to track down CPU\'s and RAM\'s usage from within a pro开发者_如何学Gocess, in C#. I\'d like to obtain those infos for an external program (like providing its PID).
M开发者_开发技巧y application loads a data set of approx. 85bm to 100mb each time. The application\'s memory limit is set to 512mb, and this is, theoretically, more than enough.
Hi chaps(and chappettes) Have a regular C dll with an exported function int GetGroovyName(int grooovyId,char * pGroovyName, int bufSize,)
A simple question really, but one where I cannot find any anwsers too. When I execute an Asynchronous Socket operation, such as :
I\'m developing an iPhone app, I\'m trying to push a view into the navigation controller, which I\'ve done many times before, however, I\'m having some issues with this particular app. I have a table
I have a navigation controller-based application that could be active for a relatively long time and can load multiple screens, re开发者_开发问答visiting some in the course of its life - a business ap
I\'d like to know whether or not both viewDidUnload and dealloc are always called in succession in the UIViewController tear-down process. Is it possible that dealloc could be called on my view contro
I have a hard time grasping this memory leak in my code. Basically it\'s returning an object containing a object. here\'s the following code:
So I\'ve finally located a problem I have with growing memory consumption. It\'s the class below, which for some reason doesn\'t get garbage collected. What would be the problem?