Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > C++ > C++ Memory Mana...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 45288 of 47977
Post > Topic >>

C++ Memory Management Innovation: GC Allocator

by xushiwei <xushiweizh@[EMAIL PROTECTED] > Apr 21, 2008 at 08:00 PM

Most of the C++ programmers do not benefit from "Garbage Collection"
technique (GC). They are sick of deleting objects but have to do this.
There are some C/C++ memory GC implementations, but they are complex
and are not widely used.

I am going to introduce a new memory management technique named "GC
Allocator". "GC Allocator" isn't an implementation, but a concept.
Now, we have two "GC Allocator" implementations, named "AutoFreeAlloc"
and "ScopeAlloc".

This article consists of three parts:

   1. What is GC Allocator?
   2. GC Allocator implementations: ScopeAlloc and AutoFreeAlloc
   3. Applications based on GC Allocator

For more information, see
http://www.codeproject.com/KB/cpp/gc-allocator.aspx
 




 3 Posts in Topic:
C++ Memory Management Innovation: GC Allocator
xushiwei <xushiweizh@[  2008-04-21 20:00:04 
Re: C++ Memory Management Innovation: GC Allocator
Sam <sam@[EMAIL PROTEC  2008-04-22 06:03:39 
Re: C++ Memory Management Innovation: GC Allocator
Matthias Buelow <mkb@[  2008-04-22 13:51:10 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 8:28:09 CDT 2008.