Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

JNI, Garbage collection and Pointers- Java/C++ who should do what?

GC.SuppressFinalize performance compared to non-finalizable object

is there a way to know which objects are in "old" area of Heap

Duration of Excessive GC Time in "java.lang.OutOfMemoryError: GC overhead limit exceeded"

Logging GC information in the application

How to avoid reference count underflow in _NSCFURLProtocolBridge in custom NSURLProtocol in GC environment

About Future.firstCompletedOf and Garbage Collect mechanism

C++/CLI: preventing garbage collection on managed wrapper of unmanaged resource

Is GC.KeepAlive required here, or can I rely on locals and arguments keeping an object alive?

Strange code in java.util.concurrent.LinkedBlockingQueue

How to implement Reference counting in C?

Java closure types, variables, arrays and collections

Expression<TDelegate>.Compile and Garbage Collection

CMS garbage collector - when does it run?

How are String and Char types stored in memory in .NET?

How to instruct PowerShell to garbage collect .NET objects like XmlSchemaSet?

Does gcc 4.8.1 have C++11 support for garbage collection?

How to correctly dereference then delete a JavaScript Object?

Does GCHandle.Alloc allocate memory?

c# garbage-collection

Is it worth mitigating against the effects of garbage collection?