memory-leaks
How to release the NSMutableArray about to return but NOT the objects inside?
As the following code, I pass objects to make some data reset in this method, contained by a NSMutableArray. All good, code works.[详细]
2023-04-08 20:55 分类:问答How would I discover the suppressed error in Valgrind?
I havefollowing valgrind output: ==28099== ==28099== HEAP SUMMARY: ==28099==in use at exit: 0 bytes in 0 blocks[详细]
2023-04-08 18:06 分类:问答Asynchronous WCF Services in WPF - events
I am using WCF services asynchronously in a WPF application. So I have class with all the web service. The view models call the method in this proc, which in-turn calls the web service.[详细]
2023-04-08 16:11 分类:问答Garbage collection in Flash Media Server
I have memory leak in my project and I wonder how garbage collector working in Flash Media Server. I have 2 questions:[详细]
2023-04-08 16:08 分类:问答Entity Framework TypeUsage Object
I a开发者_开发问答m running a memory profiler on my application to find a possible memory leak.The number of System.Data.Metadata.Edm.TypeUsage objects is consistently growing and it looks like this m[详细]
2023-04-08 15:25 分类:问答iOS Memory Management & NSString Initialisation
Still learning iOS development with ObjectiveC and iOS, and trying to realy understand memory management! Appreciate any advise on the snippet below, eg:[详细]
2023-04-08 15:23 分类:问答Does CompositionContainer.SatisfyImportsOnce reuse components?
In a WCF service project, I have created a simple wrapper for MEF CompositionContainer to simplify its instantiation :[详细]
2023-04-08 14:57 分类:问答living bytes increase without leak
I\'m making iPhone development and having (like lot of peoples) problems with memory management. I\'m often using \"Instruments\" in order to fix memory I have forgot to dealloc.[详细]
2023-04-08 12:42 分类:问答Excel interop libraries incompatible with ASP.NET?
I have a simple web application which uses the Excel Interop libraries to read and insert into an Excel spreadsheet. I\'m taking my due diligence to ensure that I don\'t use two dots and to ensure tha[详细]
2023-04-08 12:31 分类:问答Instruments says I'm leaking a string, but I can't find it
I used the leaks tool in Instruments to test the code, but the leaks tool cannot seem to find the leak.[详细]
2023-04-08 11:42 分类:问答