Intel® Fortran Compiler 18.0 Developer Guide and Reference
The following table lists statements and intrinsic procedures that are used for memory allocation and deallocation.
Name |
Procedure Type |
Description |
---|---|---|
Statement |
Dynamically establishes allocatable array dimensions. |
|
Intrinsic Function |
Determines whether an allocatable array is allocated. |
|
Statement |
Frees the storage space previously reserved in an ALLOCATE statement. |
|
Intrinsic Subroutine |
Frees the memory block specified by the integer pointer argument. |
|
Intrinsic Function |
Allocates a memory block of size bytes and returns an integer pointer to the block. |
|
Intrinsic Subroutine |
Moves an allocation from one allocatable object to another. |