Contents   Index   Search   Related Documents   Previous   Next


13.11.1 The Max_Size_In_Storage_Elements Attribute

1
   The Max_Size_In_Storage_Elements attribute is useful in writing user-defined pool types.

Static Semantics

2
   For every subtype S, the following attribute is defined:
3/2
     S'Max_Size_In_Storage_Elements
Denotes the maximum value for Size_In_Storage_Elements that could be requested by the implementation via Allocate for an access type whose designated subtype is S.For a type with access discriminants, if the implementation allocates space for a coextension in the same pool as that of the object having the access discriminant, then this accounts for any calls on Allocate that could be performed to provide space for such coextensions. The value of this attribute is of type universal_integer.

Contents   Index   Search   Related Documents   Previous   Next   Legal