memory
How to free Generic list object memory in C#
In my Silverlight application I have created a generic list object with a custom class.I have approximately 3lacs (300,000) records in it.I have to bi开发者_C百科nd different data to the same list fre[详细]
2023-04-08 19:52 分类:问答Making ruby faster for memory intensive programs
I\'m running a pretty memory intensive program in ruby which is fast initially and then slows down as the memory utilization increases.[详细]
2023-04-08 19:38 分类:问答Checking iOS application used memory in instruments
I want to make sure I\'m reading the allocations plug in correctly. I\'m testing an iPad app thats receiving memory warnings 1,2 & 3.[详细]
2023-04-08 19:33 分类:问答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 分类:问答On Linux, how do you determine which individual pages are resident?
How can one determine which individual pages are resident (i.e., committed in RAM)?On Linux, /proc/pid/smaps gives, for a fixed set of ranges, how many bytes are resident in that range, but this infor[详细]
2023-04-08 15:12 分类:问答RValue references, pointers, and copy constructors
Consider the following piece of code: int three() { return 3; } template <typename T> class Foo { private:[详细]
2023-04-08 12:43 分类:问答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 分类:问答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 分类:问答Measuring Java method refactoring performance
I was given a weird task. I have to refactor certain methods in a huge code base (the easy part) and provide performance gain reports. I should focus on speed of execution and memory usage. They want[详细]
2023-04-08 11:19 分类:问答