Click here to Skip to main content
15,867,686 members
Articles / Desktop Programming / ATL

C++ Memory Management Innovation: GC Allocator

Rate me:
Please Sign up or sign in to vote.
4.65/5 (27 votes)
4 May 2008CPL10 min read 343.5K   85  
Most of the C++ programmers do not benefit from "Garbage Collection" technique (GC). Here is a new memory management technique named "GC Allocator" (Note it is not "GC").

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Common Public License Version 1.0 (CPL)


Written By
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions