From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ed6a891101ff4e06 X-Google-Attributes: gid103376,public From: Brian Rogoff Subject: Re: Freeing Pointers to classwide types Date: 1998/09/28 Message-ID: #1/1 X-Deja-AN: 395877521 References: <6ugeu2$79u$1@nnrp1.dejanews.com> <360c4a70.29707515@SantaClara01.news.InterNex.Net> <6uifpt$e98$1@nnrp1.dejanews.com> <360d1380.165146@SantaClara01.news.InterNex.Net> <6ulj29$ne3$1@nnrp1.dejanews.com> <360e790d.241368@SantaClara01.news.InterNex.Net> <6umkl8$qbm$1@nnrp1.dejanews.com> <360f143c.39974468@SantaClara01.news.InterNex.Net> <6uo8mt$el9$1@nnrp1.dejanews.com> <360fc072.1728326@SantaClara01.news.InterNex.Net> <360fecd7.13095089@SantaClara01.news.InterNex.Net> Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: 907046007 202 bpr 206.184.139.136 MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-09-28T00:00:00+00:00 List-Id: Tom, If you have GNAT source at hand look at s-secsta.ad{sb}, that implements a mark/release pool, or "region based allocator" if you want to publish papers in SIGPLAN :-) I'm working on a few allocators, including a region based one, which will go in some future release of my generic library. -- Brian On Mon, 28 Sep 1998, Tom Moran wrote: > Oops, I left out of 'the bottom line' the possibility of adding > set_mark/release_to_mark procedures to the storage pool, a la the > Rationale example. Does the Gnat vendor-supplied version have those? > >