Ada Programming/Attributes/'Storage Size

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description

[edit | edit source]

Number of storage elements reserved for the storage pool.

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.)

Example

[edit | edit source]
SStorage_Size return universal_integer