Prints the accumulated memory usage to log file.
More...
|
subroutine | logallocmemi8 (label, oldSize, newSize, nBytes) |
| Prints the current accumulated memory usage to the log file. More...
|
|
subroutine | logallocmemi4 (label, oldSize, newSize, nBytes) |
| Prints the current accumulated memory usage to the log file. More...
|
|
Prints the accumulated memory usage to log file.
◆ logallocmemi4()
subroutine allocationmodule::logallocmem::logallocmemi4 |
( |
character(len=*), intent(in) |
label, |
|
|
integer, intent(in) |
oldSize, |
|
|
integer, intent(in) |
newSize, |
|
|
integer, intent(in) |
nBytes |
|
) |
| |
|
private |
Prints the current accumulated memory usage to the log file.
- Parameters
-
[in] | label | Name of calling subroutine |
[in] | oldSize | Number of words deallocated |
[in] | newSize | Number of words allocated |
[in] | nBytes | Number of bytes per word |
◆ logallocmemi8()
subroutine allocationmodule::logallocmem::logallocmemi8 |
( |
character(len=*), intent(in) |
label, |
|
|
integer(i8), intent(in) |
oldSize, |
|
|
integer(i8), intent(in) |
newSize, |
|
|
integer, intent(in) |
nBytes |
|
) |
| |
|
private |
Prints the current accumulated memory usage to the log file.
- Parameters
-
[in] | label | Name of calling subroutine |
[in] | oldSize | Number of words deallocated |
[in] | newSize | Number of words allocated |
[in] | nBytes | Number of bytes per word |
The documentation for this interface was generated from the following file: