STORAGE_SIZE
— Storage size in bits ¶RESULT = STORAGE_SIZE(A [, KIND])
Returns the storage size of argument A in bits.
Inquiry function
A | Shall be a scalar or array of any type. |
KIND | (Optional) shall be a scalar integer constant expression. |
The result is a scalar integer with the kind type parameter specified by KIND (or default integer type if KIND is missing). The result value is the size expressed in bits for an element of an array that has the dynamic type and type parameters of A.
Fortran 2008 and later
C_SIZEOF
— Size in bytes of an expression,
SIZEOF
— Size in bytes of an expression