Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

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?

Force full garbage collection when memory occupation goes beyond a certain threshold

Can a conforming C# compiler optimize away a local (but unused) variable if it is the only strong reference to an object?

Special case lifetime analysis

c# garbage-collection

Should I use Objective-C garbage collection when writing for 10.5+?