Platform | x64, Win32 |
Purpose |
Moves the allocation from one variable to another. |
Syntax |
SUBROUTINE MOVE_ALLOC(A, B) |
Description |
Allocation is moved from A to B. A and B must be the same type, kind and rank. After the call A will appear deallocated. Memory is not physically moved. |