Successive calls to [self.webView loadHTMLString:[_detailItem htmlText] baseURL:nil]; were causing my memory usage to explode on iPad iOS 4.3 (device). Simply commenting out that line fixed the prob
I wanted to double check that I was doing correct memory management.Is this correct?Do I have the correct amount of releases.
I have a custom CakePHP shopping cart application where I’m trying to create a CSV file that contains a row of data for each transaction.I’m running into memory problems when having PHP create the C
OK, I have a memory management problem that is driving me up a wall. At one point I swear this worked with no problems, but now it\'s leaking memory everywhere and I can\'t figure out why.
i receive an CSV File from the User and I want to insert it into the Database. I want to use the Form Validation:
I am getting the name and email id of the contacts and it works fine in HTC Desire, but whenever i tried to run the code in galaxy tab it shows me No memory in memObj and null pointer on... while (ema
Which would be a better approach (with reference to the iPhone processing capabilities & memory management)
I have a script that I run which does a lot of tasks and goes through about 21k times. The problem is for each index I am doing several different things, each index is a product in our database, I am
By monitoring /proc/net/sockstat or /proc/net/protocols, I am able to find out the to开发者_如何学Ctal amount of memory used by TCP sockets in the system in realtime:
In my application, right now it seems that Core Data is busy allocating space in memory for different objects, however, it\'s never releasing that memory. The memory used by the application keeps grow