Visible to Intel only — GUID: GUID-D8223859-95D9-445D-A26A-2D45FEA4F0F3
Visible to Intel only — GUID: GUID-D8223859-95D9-445D-A26A-2D45FEA4F0F3
Statements and Intrinsic Procedures for Memory Allocation and Deallocation
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. |