Slashdot Mirror


User: alancjohnson

alancjohnson's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. C# does have direct memory pointers on C# Memory Leak Torpedoed Princeton's DARPA Chances · · Score: 1

    C# does have the facility to use direct memory pointers. The memory these pointers point to is never garbage collected. They are mostly used when access to unmanaged code's object is required i.e com and dcom.

    Not saying they were using these, but pointing out that the .net garbage collector doesn't clean everything.