I have a script that is running on a shared hosting environment where I can\'t change the available amount of PHP memory. The script is consuming a web service via soap. I can\'t get all my data at on
I\'m writing a program in C that checks for circular symbolic links. The strategy is to create a struct fileInfo:
I have a MultiView app and I have some memory concerns and I would appreciate some advice.. I have an application which initially loads a switch controller which enables the user to change between som
So here is my code: -(void)setMovie:(NSURL *)movieLocal { movie = movieLocal; [self.movie retain]; ... } And i get this error:
I have developed a library with Qt/C++ and now I want to sure about memory leak testing, I found Valgrind and seems a go开发者_Python百科od detector(I still don\'t work with it), but is there another
One of my .NET process that interops with native dlls is throwing an OutOfMemory Exception. Following is out put of !vmstat command
I have created customize UIView with following code .....it\'s running with no issue....but when i check for Memory leaks...it shows leaks at point where i have made comment ...this is subclass of Uiv
I have a .NET 3.5 Application A function is running a million times It\'s doing search & replace & regex operations in 1MB+ strings (different sized strings)
A question to windows network programming experts. When I use pseudo-code like this: reconnect: s = socket(...);
I am working on a UIPickerController.I have everything working but when I tap the back button to go to my previous view the app is crashing.