Boost C++ Libraries: Ticket #1885: a general gc allocator: gc_alloc https://svn.boost.org/trac10/ticket/1885 <p> What is GC Allocator: </p> <ul><li>It is not "GC". </li><li>It is an Allocator for allocating memory. </li><li>A better Smart Pointer. </li><li>Another way of GC: if you forget to release memory, it will help you doing this. </li></ul><p> See <a class="ext-link" href="http://www.codeproject.com/KB/cpp/gc-allocator.aspx"><span class="icon">​</span>http://www.codeproject.com/KB/cpp/gc-allocator.aspx</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1885 Trac 1.4.3 xushiwei Wed, 30 Apr 2008 03:17:40 GMT <link>https://svn.boost.org/trac10/ticket/1885#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:1</guid> <description> <p> Chageset <a class="changeset" href="https://svn.boost.org/trac10/changeset/44910" title="ticket #1885: initial version of gc_alloc.">[44910]</a>: initial version of gc_alloc. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>xushiwei</dc:creator> <pubDate>Wed, 30 Apr 2008 03:36:44 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1885#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:2</guid> <description> <p> Changeset <a class="changeset" href="https://svn.boost.org/trac10/changeset/44911" title="ticket #1885: gc_alloc::newArray">[44911]</a>: gc_alloc::newArray </p> </description> <category>Ticket</category> </item> <item> <dc:creator>xushiwei</dc:creator> <pubDate>Wed, 30 Apr 2008 05:51:01 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1885#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:3</guid> <description> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44912" title="ticket #1885: gc_alloc::_TryGC, boost::priority_queue">[44912]</a>: gc_alloc::_TryGC, boost::priority_queue </p> </description> <category>Ticket</category> </item> <item> <dc:creator>xushiwei</dc:creator> <pubDate>Wed, 30 Apr 2008 06:24:13 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1885#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:4</guid> <description> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44913" title="ticket #1885: gc_alloc defects - gc_alloc::destroy, destroyArray">[44913]</a>: gc_alloc defects - gc_alloc::destroy, destroyArray crashed when they destroy a normal pointer (types with no destructor). </p> </description> <category>Ticket</category> </item> <item> <dc:creator>xushiwei</dc:creator> <pubDate>Wed, 30 Apr 2008 06:35:09 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1885#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:5</guid> <description> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44915" title="ticket #1885: gc_alloc::swap">[44915]</a>: gc_alloc::swap </p> </description> <category>Ticket</category> </item> <item> <dc:creator>xushiwei</dc:creator> <pubDate>Wed, 30 Apr 2008 08:43:42 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1885#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:6</guid> <description> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44920" title="ticket #1885: release gc_alloc (pre-alpha)">[44920]</a>: release gc_alloc (pre-alpha) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>xushiwei</dc:creator> <pubDate>Wed, 30 Apr 2008 09:40:03 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1885#comment:7 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:7</guid> <description> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/44923" title="linux/gcc">[44923]</a>: linux/gcc </p> </description> <category>Ticket</category> </item> <item> <dc:creator>xushiwei</dc:creator> <pubDate>Fri, 02 May 2008 09:35:58 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1885#comment:8 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:8</guid> <description> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45015" title="issue issue #1879: 1. MemHeader::cbSize =&gt; MemHeader::cbNodeSize 2. ...">[45015]</a>: </p> <pre class="wiki">1. MemHeader::cbSize =&gt; MemHeader::cbNodeSize 2. defect: condition of AllocSizeHuge </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>xushiwei</dc:creator> <pubDate>Fri, 02 May 2008 13:12:17 GMT</pubDate> <title>type changed https://svn.boost.org/trac10/ticket/1885#comment:9 https://svn.boost.org/trac10/ticket/1885#comment:9 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Tasks</span> </li> </ul> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45020" title="issue #1885: gc_alloc::_reduceDestroyChain();">[45020]</a>: gc_alloc::_reduceDestroyChain(); </p> Ticket xushiwei Wed, 07 May 2008 14:03:33 GMT <link>https://svn.boost.org/trac10/ticket/1885#comment:10 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1885#comment:10</guid> <description> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/45196" title="gc_alloc: memory align">[45196]</a>: gc_alloc: memory align </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Wed, 27 May 2009 14:08:21 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1885#comment:11 https://svn.boost.org/trac10/ticket/1885#comment:11 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> Trac tickets are primarily for dealing with bugs in existing Boost libraries. </p> Ticket