Specifications
Visual Fortran Run-Time Errors Page 43 of 48
Dynamic memory allocation is limited by several factors, including swap file size and
memory requirements of other applications that are running. If you encounter an
unexpectedly low limit, you might need to reset your virtual memory size through the
Windows Control Panel or redefine the swap file size. Allocated arrays that are no
longer needed should be deallocated.
723
severe (723): DEALLOCATE: object not allocated/associated
FOR$IOS_F6768. You cannot deallocate an array unless it has been previously
allocated. You cannot deallocate a pointer whose target was not created by allocation,
or a pointer that has undefined association status.
The intrinsic function ALLOCATED can be used to determine whether an allocatable
array is currently allocated.
724
severe (724): Cannot ALLOCATE POINTER array -- out of memory
FOR$IOS_F6769. There is not enough memory space to allocate the POINTER array.
Dynamic memory allocation is limited by several factors, including swap file size and
memory requirements of other applications that are running. If you encounter an
unexpectedly low limit, you might need to reset your virtual memory size through the
Windows Control Panel or redefine the swap file size. Allocated arrays that are no
longer needed should be deallocated.
725
severe (725): DEALLOCATE: Array not allocated
FOR$IOS_F6770. It is illegal to DEALLOCATE an array that is not allocated. You
can check the allocation status of an array before deallocating with the ALLOCATED
function.
726
severe (726): DEALLOCATE: Character array not allocated
FOR$IOS_F6771. It is illegal to DEALLOCATE an array that is not allocated. You
can check the allocation status of an array before deallocating with the ALLOCATED
function.
727
severe (727): Cannot ALLOCATE allocatable array -- out of memory
FOR$IOS_F6772. There is not enough memory space to hold the array.
Dynamic memory allocation is limited by several factors, including swap file size and
memory requirements of other applications that are running. If you encounter an
unexpectedly low limit, you might need to reset your virtual memory size through the
Windows Control Panel or redefine the swap file size. Allocated arrays that are no
longer needed should be deallocated.
728
severe (728): Cannot allocate automatic object -- out of memory










