As I know Dalvik VM does not support generational GC as default. But, I found \"WITH_OBJECT_HEADERS\" compilation flag which could be related with generational GC from HeapInternal.h file.
I am pretty proficient with C, and freeing memory in C is a must. However, I\'m starting my first C++ project, and I\'ve heard some things about how you don\'t need to free memory, by using shared po
I am not sure how to approach this problem: \'Player\' class maintains a list of Bullet* objects: class Player
Quote from MSDN: If Finalize or an override of Finalize throws an exce开发者_运维问答ption, the runtime ignores the exception, terminates that Finalize method, and continues the finalization process.
If I have a static class with a static field such as: private static myField = new myObject(); I then have a bunch of static methods that use myField.
I\'ve written an app that spins a few threads each of which read several MB of memory.Each thread then con开发者_如何学Cnects to the Internet and uploads the data.this occurs thousands of times and ea
I know it is not possible to know when a GC occurs, but there are fac开发者_Python百科tors that will tell you how often/when it may occur. What factors are these? One is how many objects are created,
I\'m developing a Rails 2.3, Ruby 1.9.1 webapplication that does quite a bunch of calculation before each request. For every request it has to calculate a graph with 300 nodes and ~1000 edges. The gra
What exactly does the Objective-C garbage collector collect? For example, if I\'m writing a program in Objective-C 2.0, and I use some plain C structs, does my code need t开发者_如何学Pythono worry ab
We have a latency-sensitive application, and are experiencing some GC-related pauses we don\'t fully understand. We occasionally have a minor GC that results in application pause times that are much l