Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

You can also integrate unsafe manual memory management with a full garbage collector in environments like .NET. Use the GC for 99% of your code, manually malloc/free/pin the other 1%.


view as:

One of the more elegant ways of handling this, .net does a great job of integrating with unmanaged (COM, i'm looking at you) resources.

Legal | privacy