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-20 21:36 Back to release list
0.1

標籤: Initial freshmeat announcement

Project Resources