I have a problem with NSImages leaking memory when I draw to them with lock/unlockfocus. The leak goes awa开发者_开发技巧y when I comment out the LEAKS HERE code below. So I know that is where the lea
I have an application in .net that gets more and more memory. I\'ve got some analyzes from a team member about the most common and most heavy instances that my application allocates.
I am slightly concerned that this code may have a memory leak.I would like to know if in fact there is a leak, and also what is the correct way to go about this problem.
When testing a demo app in Instruments using the leaks tool, I get GeneralBlock-XXXX that can be 56 or 2048. This h开发者_如何学编程appens after selecting the Publish button. (which actually calls [Fa
I am using weblogic 9.2, jdk1.5, and oracle 10g for my application and getting somememory issues I have a report servlet for 4 different kinds of reports of mi开发者_C百科llions of db records
I am new to iPhone development. I am creating an application in which i need to create buttons and labels programmatically.
So I\'ve gotten to the nitty gritty part of my app development where I am going through checking for lingering memory leaks. I decided to give Xcode\'s Leaks a whirl. When I first ran it, it was telli
<html> <body> <h1 id=\"t\">Initial</h1> <script> var cnt=0; setTimeout(\"addCounter()\",100);
I\'m begginner in Java and wondering how to analyse this memory profile session in NetBeans and how to watch on it to get assist in searching for memory leak ?
I\'m trying to fix leaks in a big iPhone game. Some leaks, which only leaks at game init, I\'d rather not touch them. Some leaks may happen every frame, which should be fixed.