(git:34ef472)
memory_utilities_unittest.F File Reference

Go to the source code of this file.

Functions/Subroutines

program memory_utilities_test
 
subroutine check_real_rank1_allocated ()
 Check that an allocated r1 array can be extended. More...
 
subroutine check_real_rank1_unallocated ()
 Check that an unallocated and unassociated (null) r1 array can be extended. More...
 
subroutine check_real_rank2_allocated ()
 Check that an allocated r2 array can be extended. More...
 
subroutine check_real_rank2_unallocated ()
 Check that an unallocated and unassociated (null) r2 array can be extended. More...
 
subroutine check_string_rank1_allocated ()
 Check that an allocated string array can be extended. More...
 
subroutine check_string_rank1_unallocated ()
 Check that an unallocated string array can be extended. More...
 

Function/Subroutine Documentation

◆ memory_utilities_test()

program memory_utilities_test

Definition at line 8 of file memory_utilities_unittest.F.

Here is the call graph for this function:

◆ check_real_rank1_allocated()

subroutine memory_utilities_test::check_real_rank1_allocated

Check that an allocated r1 array can be extended.

Definition at line 26 of file memory_utilities_unittest.F.

Here is the caller graph for this function:

◆ check_real_rank1_unallocated()

subroutine memory_utilities_test::check_real_rank1_unallocated

Check that an unallocated and unassociated (null) r1 array can be extended.

Definition at line 49 of file memory_utilities_unittest.F.

Here is the caller graph for this function:

◆ check_real_rank2_allocated()

subroutine memory_utilities_test::check_real_rank2_allocated

Check that an allocated r2 array can be extended.

Definition at line 67 of file memory_utilities_unittest.F.

Here is the caller graph for this function:

◆ check_real_rank2_unallocated()

subroutine memory_utilities_test::check_real_rank2_unallocated

Check that an unallocated and unassociated (null) r2 array can be extended.

Definition at line 90 of file memory_utilities_unittest.F.

Here is the caller graph for this function:

◆ check_string_rank1_allocated()

subroutine memory_utilities_test::check_string_rank1_allocated

Check that an allocated string array can be extended.

Definition at line 108 of file memory_utilities_unittest.F.

Here is the caller graph for this function:

◆ check_string_rank1_unallocated()

subroutine memory_utilities_test::check_string_rank1_unallocated

Check that an unallocated string array can be extended.

Definition at line 131 of file memory_utilities_unittest.F.

Here is the caller graph for this function: