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.1 required=5.0 tests=BAYES_00,LOTS_OF_MONEY, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,b37119e58099119 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-21 05:02:03 PST From: "Martin Dowie" Newsgroups: comp.lang.ada References: <3b08e4c9$1@pull.gecm.com> <2d6O6.1310$ce.2870383@newsrump.sjc.telocity.net> Subject: Re: 'Storage_Size in Ada95 Date: Mon, 21 May 2001 13:00:20 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: sg2c11210.dsge.edinbr.gmav.gecm.com Message-ID: <3b090112$1@pull.gecm.com> X-Trace: 21 May 2001 12:50:42 GMT, sg2c11210.dsge.edinbr.gmav.gecm.com Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!212.74.64.35!colt.net!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!sg2c11210.dsge.edinbr.gmav.gecm.com Xref: archiver1.google.com comp.lang.ada:7673 Date: 2001-05-21T13:00:20+01:00 List-Id: many thanks, if only my (hypertext) LRM had pointed back to 3.13... :-) David C. Hoos, Sr. wrote in message news:2d6O6.1310$ce.2870383@newsrump.sjc.telocity.net... > From RM95, Annex L: > > 35 pragma Storage_Size(expression); � See 13.3. > > And from RM95 3.13: > > 59 For a prefix T that denotes a task object (after any implicit > dereference): > > 60 T�Storage_Size Denotes the number of storage elements reserved for > the task. The value of this attribute is of the type universal_integer. The > Storage_Size includes the size of the task�s stack, if any. The language > does not specify whether or not it includes other storage associated with > the task (such as the �task control block� used by some implementations.) > If a pragma Storage_Size is given, the value of the Storage_Size attribute > is at least the value specified in the pragma. > [snip]