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.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!feeder.erje.net!1.eu.feeder.erje.net!gandalf.srv.welterde.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Dynamic allocation in the predefined language environment Date: Mon, 6 Jul 2015 15:31:55 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <559a623d$0$293$14726298@news.sunsite.dk><873811cre5.fsf@theworld.com> NNTP-Posting-Host: rrsoftware.com X-Trace: loke.gir.dk 1436214716 18745 24.196.82.226 (6 Jul 2015 20:31:56 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Mon, 6 Jul 2015 20:31:56 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: number.nntp.giganews.com comp.lang.ada:193968 Date: 2015-07-06T15:31:55-05:00 List-Id: "Simon Wright" wrote in message news:lytwthxq1t.fsf@pushface.org... > Bob Duff writes: > >> Yes, the predefined containers packages unfortunately don't allow you >> to specify the storage pool. > > An advantage of the Booch Components! Which works because there is only a single implementation of both the specs and bodies. If you don't specify the contents of the bodies, specifying the storage pool is nearly useless (the main use would be to use some sort of debugging pool), as the only pool implementations would have the same properties as the global default storage pool. Randy.