Download List

專案描述

The Reverse Trace Garbage Collector for C++ is a
memory manager for C++ that automatically reclaims
dynamically allocated objects that are no longer
in use. The algorithm is precise and only scans
memory blocks when root references are broken (as
opposed to scanning the whole stack and heap for
unreferenenced blocks). It also reclaims memory
incrementally with separate threads so that
applications are not paused when it is active.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-12-26 15:55
0.2

This release adds major performance enhancements. Overhead is now
approximately double the time for manual heap management. Weak
references and a few bugs have been fixed.
標籤: Major feature enhancements

2003-12-20 21:36
0.1

標籤: Initial freshmeat announcement

Project Resources