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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a6c65cbc407987fe X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-19 01:13:20 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-FFM2.ecrc.net!news.iks-jena.de!not-for-mail From: Lutz Donnerhacke Newsgroups: comp.lang.ada Subject: Re: dynamic multithreading Date: Tue, 19 Nov 2002 09:13:19 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 1037697199 21889 217.17.192.37 (19 Nov 2002 09:13:19 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Tue, 19 Nov 2002 09:13:19 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:31096 Date: 2002-11-19T09:13:19+00:00 List-Id: * Grein, Christoph wrote: > From: Lutz Donnerhacke >> Simple. The access variable has a local scope and all objects associated >> with it are automatically freed when the type goes out of scope. You may >> limit the pool size of this access type ... [...] > There is however RM 13.11(18): If Storage_Size is defined for an access > type, all storage is reclaimed if the (master of) the type goes out of > scope. Thanks, I missed that.