comp.lang.ada
 help / color / mirror / Atom feed
From: "David C. Hoos, Sr." <david.c.hoos.sr@ada95.com>
Subject: Re: pragma storage_size
Date: Wed, 9 Oct 2002 05:11:10 -0500
Date: 2002-10-09T05:11:10-05:00	[thread overview]
Message-ID: <mailman.1034158322.8107.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: ao0rj3$ami$1@e3k.asi.ansaldo.it


----- Original Message ----- 
From: "Lele" <emas@libero.it>
Newsgroups: comp.lang.ada
To: <comp.lang.ada@ada.eu.org>
Sent: October 09, 2002 4:03 AM
Subject: pragma storage_size


> I need to set the storage_size of few tasks, and I've used the storage_size
> attribute, in example:
> 
> -----------------------------------------------------------------
> task type DISPATCHER is
>    pragma priority(14);
> end task;
> 
> for DISPATCHER_TYPE'STORAGE_SIZE use 100*512;
> -----------------------------------------------------------------
> 
> How can I perform the same thing using the pragma STORAGE_SIZE?
> -----------------------------------------------------------------
task type DISPATCHER is
   pragma priority(14);
   pragma Storage_Size (100*512);
end task;
-----------------------------------------------------------------






  reply	other threads:[~2002-10-09 10:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-09  9:03 pragma storage_size Lele
2002-10-09 10:11 ` David C. Hoos, Sr. [this message]
2002-10-09 11:01   ` Lele
2002-10-10 15:53     ` Toshitaka Kumano
     [not found]     ` <3DA5A267.FFD561D7@cl.cilas.net>
2002-10-10 19:12       ` David C. Hoos
     [not found]       ` <044f01c27090$f59e50b0$453ab4d8@sy.com>
2002-10-11 16:06         ` Toshitaka Kumano
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox